You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seen when recently looking at the JsonNet tracker, it appears to basically be a duplication of the dtrack device's code. Serial port access is factored out, but socket access (becoming increasingly common with new devices) is still duplicated. I'm envisioning a thin wrapper class like vrpn_SerialPort.
I've started a small effort in my git repo as a side project, feel free to run with it.
Seen when recently looking at the JsonNet tracker, it appears to basically be a duplication of the dtrack device's code. Serial port access is factored out, but socket access (becoming increasingly common with new devices) is still duplicated. I'm envisioning a thin wrapper class like vrpn_SerialPort.
I've started a small effort in my git repo as a side project, feel free to run with it.
https://github.com/rpavlik/vrpn/tree/vrpn_Socket
Haven't replaced any code elsewhere with it, but candidates include, in increasing order of difficulty/centrality:
vrpn_Tracker_JsonNet
vrpn_Tracker_DTrack
vrpn_Connection
The text was updated successfully, but these errors were encountered: