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

Change connection CLI, add TCP server connections #2342

Merged
merged 17 commits into from
Jul 22, 2024
Merged

Conversation

julianoes
Copy link
Collaborator

@julianoes julianoes commented Jun 23, 2024

This changes the connection CLI:

  • udp://IP:PORT to udpout://IP:PORT
  • udp://:PORT to udpin://0.0.0.0:PORT

which should make the usage easier.

Also, the baudrate for serial connection is now mandatory, to avoid confusing implicit defaults.

Additionally, this PR implements TCP as a server and not just client.

Closes #2315.

@julianoes julianoes marked this pull request as ready for review June 24, 2024 14:01
@julianoes julianoes force-pushed the pr-connection-cli branch 3 times, most recently from 5b8468a to fea313c Compare July 17, 2024 23:02
Copy link

sonarcloud bot commented Jul 17, 2024

@julianoes
Copy link
Collaborator Author

@JonasVautherin any objections?

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.

Switch to clearer API for UDP and TCP
2 participants