Server implemented in c test
- Use makefile to compile
- start server
- start client1
- write client1 IP (e.g. 127.0.0.1)
- write client1 id
- start client2
- write client2 IP (e.g. 127.0.0.2)
- write client2 id
- client1 write client2 id
- client2 write client1 id
- now the clients should be able to talk to each other with a realy shitty client (and server)
- Need more error handling
- Probably allot of concurrenct issues
- And lots of other stuff...
- Can connect to different users (only tested locally)
- Choose mode (chatting, store file, more...)
- More user stuff (password, etc..)
- NEED TO MAKE PROTOCOLS FOR SENDING STUFF
- Send files
- Logging?
- SSL sockets?
- Need better client preferably a GUI client app
- And much much more