Skip to content

42-mraasvel/minitalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STEPS

- make
- run server (./server)
- open new terminal
- run client [SERVER_PID] [DATA_TO_SEND]

Generate big file to test

# MAC:

	LC_CTYPE=C tr -dc "A-Za-z 0-9" < /dev/urandom | fold -w100|head -n 10 > bigfile.txt

# LINUX:

	tr -dc "A-Za-z 0-9" < /dev/urandom | fold -w100|head -n 10 > bigfile.txt

UNICODE / EMOJIS

https://unicode.org/emoji/charts/full-emoji-list.html
😀😃😇🥰😍🥲

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published