Advertisement
BeamNG_IRC

Untitled

Jul 30th, 2015
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. WHAT IS IT GOING TO BE?
  2. client and server setup.
  3. server listens on host pc on a port
  4. client sends stats to the server
  5. server can request stats
  6. server logs stats and possible gives a GUI display(?)
  7.  
  8. SERVER:
  9. opens TCP socket
  10. when a connection is made collect the data and kill the connection
  11. parse the data and log it - possibly display it
  12. go back to listening for more connections
  13.  
  14. CLIENT:
  15. initial GUI to setup server IP and port
  16. then it goes into the task tray
  17. right click menu on the task tray to send data or quit
  18. server can probe the client for data whenever
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement