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

Websocket client #60

Open
dronecz opened this issue Nov 6, 2019 · 1 comment
Open

Websocket client #60

dronecz opened this issue Nov 6, 2019 · 1 comment

Comments

@dronecz
Copy link

dronecz commented Nov 6, 2019

Hello,

we are using RemoteDebug in our access control system for 3D printers and I would like to ask if websocket client can be also implemented .

As we are still developing our FW and we have no problem with RemoteDebug, we could use some remote logging to our server in local network, which can be done by websocket client. Sometimes I need look at log for information what happened and telnet and web app is good but sometimes connection break and I lost log which is very valuable.

I tried implement websocket client at our server, but this is not good solution for us as we do not use static IP addresses at our printers, this is also for mobility of printer (different places, different networks) so this would be very good solution for us and I believe for some other people as well.

If you can at least point it out what need to be changed to implement this, so we can look at it at try that, but for now I´m bit lost.

Thanks

@jeroenst
Copy link
Contributor

jeroenst commented Mar 2, 2020

Maybe its an idea to use a syslog server in combination with https://github.com/arcao/Syslog ?

It also uses UDP so connection break is not a problem (maybe packet loss in exceptional cases)

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

No branches or pull requests

2 participants