I would like to implement access to a remote Raspberry which is behind a NAT/Firewall (dynamic IP) by using websockets and therefore a Web Client.
I was thinking to do it via socket.io
. Raspbian and Web Client will subscribe to a common channel and then they will exchange ssh packets over that channel.
The difficult part is to convert ssh
packet to ssh commands on Raspberry side. Does anybody ever implemented this system?
via giuseppe
No comments:
Post a Comment