lichen-community-systems / movementosc

Movement OSC detects body keypoints using Tensorflow.js' MoveNet models and sends data over OSC.
MIT License
2 stars 1 forks source link

Improve error handling when the user specifies an invalid IP address or port #6

Open colinbdclark opened 2 months ago

colinbdclark commented 2 months ago

Currently, the user doesn't get any feedback when they choose an invalid IP address or port, other than a console log from the main process. To improve this, a status icon should be visible if errors occur when sending an OSC message.