03-26-2021 12:54
03-26-2021 12:54
you can send gyro data through a local tcp server using the companion?
03-26-2021 13:42
03-26-2021 13:42
could you help me with the client and server code (on pc), the watch has to transmit the gyro information to the phone and then send it to the tcp server, does anyone have any ideas for the code
03-26-2021 14:01
03-26-2021 14:01
I think you'll want to use WebSockets for gyro data (unless you only want it infrequently). A significant difficulty will be getting your pc to act as an https server so it can receive wss data.