-
Notifications
You must be signed in to change notification settings - Fork 1
3 add a class for tcp socket clientserver #11
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
Conversation
# Conflicts: # src/tcp_client.h
fix: client _read not passing connection_id impr: server tcp/closeListener method examples: client and clientSSL
feat: tcp_client getId method feat: server-side client connection/disconnection examples: server.ino with python test script
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please:
- convert
SerialtoMonitor; - in SSL client example, don't use Ubi's website, use arduino tips instead
- @cmaglie there is a conflict on tcp_server generated by this: https://github.com/bcmi-labs/orchestrator/pull/658
|
After a successful run of the tcp_server example if I do The router has a stale listener on reset. |
@gbr1 Updated and ready |
gbr1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, tested all examples
This PR implements TCP client (with SSL connection option) and TCP server classes + test examples
solves #3