Jump to content

watchout 6 udp discover message appear


waisoon

Recommended Posts

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... 

a87c71f5-e800-4c03-ac1c-8977ed4c38dd.jpg

Link to comment
Share on other sites

  • Dataton Partner

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.

 

Link to comment
Share on other sites

  • Dataton Partner

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.

 

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...