about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2023-04-04 15:12:09 -0500
committerCase Duckworth2023-04-04 15:12:09 -0500
commitf554b531517a035832cbfd47e0ef10620d88e4c8 (patch)
treeef112f982a93b355810588dc683f2aa24699dd80
parentInitial commit (diff)
downloadpostcard-f554b531517a035832cbfd47e0ef10620d88e4c8.tar.gz
postcard-f554b531517a035832cbfd47e0ef10620d88e4c8.zip
Add readme
-rw-r--r--readme.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..99b71af --- /dev/null +++ b/readme.txt
@@ -0,0 +1,12 @@
1postcard protocol
2
3idea: m455
4implementation: acdw
5
6the 'postcard protocol' is a dummy simple way of sending messages to friends.
7basically, you have a little postcard that you send over udp to your friend who has a mailbox running.
8their mailbox listens for packets of up to 512 bytes long, and when it receives one, it prints it.
9
10that's it ... for now.
11
12oh, the port is 42069 for the time being and uh, it's just over localhost byeeeee