alexweav / ADAF

Networked data acquisition and delivery for automobiles. TTU undergrad Capstone project
MIT License
2 stars 0 forks source link

Initial server classes, basic streaming, socket select #13

Closed alexweav closed 7 years ago

alexweav commented 7 years ago

-DataStreamRegistry now manages the state of all sockets using pselect -The NetworkManager is now just another socket managed by the registry -Created stubs for DataStream and Socket for management -Created a base Server.py with command line arguments for initialization -Created a TestClient which makes two simple fake streams