Skip to content

Insigno/insigno_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

insigno_server

Server implemented in c test

Instructions:

  1. Use makefile to compile
  2. start server
  3. start client1
  4. write client1 IP (e.g. 127.0.0.1)
  5. write client1 id
  6. start client2
  7. write client2 IP (e.g. 127.0.0.2)
  8. write client2 id
  9. client1 write client2 id
  10. client2 write client1 id
  11. now the clients should be able to talk to each other with a realy shitty client (and server)

DISCLAIMER: only works on localhost

Stuff to fix:

  • Need more error handling
  • Probably allot of concurrenct issues
  • And lots of other stuff...

Features:

  • Can connect to different users (only tested locally)

Stuff to do:

  • 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

Releases

No releases published

Packages

No packages published