waisoon Posted September 13, 2019 Report Share Posted September 13, 2019 hi , i experience a issue with wo6 .. "discover" message keep appear and the black error pop up appear.. i use unity3D to send signal to watchout server through udp. the message that i sent merge with the discover message that come out from no where randomly .. i suspect it from watchout it self... Quote Link to comment Share on other sites More sharing options...
RBeddig Posted September 13, 2019 Report Share Posted September 13, 2019 Are you sending a CR at the end of your control command? x0D? Have you tried using TCP/IP? Quote Link to comment Share on other sites More sharing options...
wilson Posted September 14, 2019 Report Share Posted September 14, 2019 for udp ... no i dint add \r in the end of command i did try use tcp.. for some reason , now i cant use tcp Quote Link to comment Share on other sites More sharing options...
RBeddig Posted September 15, 2019 Report Share Posted September 15, 2019 The CR (\r) is important since this will tell WATCHOUT that the command is complete and can be analyzed. TCP/IP has the benefit that the sender will get a receipt. UDP just sends but does not care whether the receiver is listening. If you have trouble making unity3D talk to WATCHOUT, try a telnet client like PUTTY and send RAW messages to WATCHOUT. You'll see all responses and it's easier to troubleshoot problems. Once you've figured out what to send you can go to your application and build it from there. Quote Link to comment Share on other sites More sharing options...
waisoon Posted September 16, 2019 Author Report Share Posted September 16, 2019 ok.. i will try it... the weird thing is the message i send to watchout is gototime BI 38442 but it get merge with discover and become gototime BIdiscover ... Quote Link to comment Share on other sites More sharing options...
RBeddig Posted September 17, 2019 Report Share Posted September 17, 2019 If you do not close the command with \r, WATCHOUT will ignore it until the incoming buffer is full. BTW, the gotoTime command would look like this: gotoTime "00:00:01.000" timeline or gotoTime 1000 timeline if the name of the aux timeline is timeline. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.