Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the server to be able to run from the cli with no UI + bugfixes #9

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

flakeman2
Copy link

@flakeman2 flakeman2 commented Dec 30, 2020

Various bug fixes and improvements but the biggest change is that the Server now runs more reliably and works without a UI. This is necessary for people who are running a headless Raspberry Pi OS (no X display).

Let me know if you have any questions. Thanks,

Devin

Sample session:

$ sudo python main.py -t -n
Starting TCP Server
Server address: 192.168.0.24
Ready, waiting for commands...
Client connection successful!
CMD_POWER

Start video transmit ... 
CMD_POWER

CMD_POWER

CMD_BUZZER#1

CMD_BUZZER#0

Server address: 192.168.0.24
flush of closed file
End video transmit ... 
^C caught ctrl-c
Stopping TCP Server
Client connect failed!
Exiting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant