Author Topic: Udp Problem !  (Read 2382 times)

0 Members and 1 Guest are viewing this topic.

xtermin8r

  • $upporter
  • Sr. Member
  • *****
  • Posts: 366
  • Karma: 9
  • Crunchie
    • View Profile
Udp Problem !
« on: September 08, 2013, 04:10:28 PM »
hi
is it just me ? When I send a Udp command to vc the command repeats twice, I tried it on 2 different computers and the results are the same. Vc version 0.935 works ok all later versions have this problem.
« Last Edit: September 08, 2013, 04:34:52 PM by jitterjames »
Neural Net Based Artificial Intelligence.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Udp Problem !
« Reply #1 on: September 08, 2013, 04:31:32 PM »
I think it is just you.  You have reported this problem several times in the past.  No one else has ever reported this problem and I have personally tested many machines with lots of different setups and never seen this.  My offer still stands to try to help you figure out what is going on on your system to cause this.

xtermin8r

  • $upporter
  • Sr. Member
  • *****
  • Posts: 366
  • Karma: 9
  • Crunchie
    • View Profile
Re: Udp Problem !
« Reply #2 on: September 08, 2013, 04:34:53 PM »
Hi J

I'll try it on a 3rd computer and will report back, thanks.
Neural Net Based Artificial Intelligence.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Udp Problem !
« Reply #3 on: September 08, 2013, 04:36:32 PM »
Maybe you should try on another LAN.  Maybe you have some system that is echoing UDP messages.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Udp Problem !
« Reply #4 on: September 08, 2013, 04:42:33 PM »

xtermin8r

  • $upporter
  • Sr. Member
  • *****
  • Posts: 366
  • Karma: 9
  • Crunchie
    • View Profile
Re: Udp Problem !
« Reply #5 on: September 08, 2013, 04:46:42 PM »
hi

Quote
Maybe you should try on another LAN.  Maybe you have some system that is echoing UDP messages.

I'll try that.
Neural Net Based Artificial Intelligence.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Udp Problem !
« Reply #6 on: September 08, 2013, 04:53:24 PM »
It does not work with the tellvox program, but you could use the TCP plugin to send messages to VC instead of using UDP.  In the TCP plugin settings, select "enable simple web server" and set the port to use.  Port 80 is fine but you might already have something else using that port.  Save options and restart VC to restart the server with the new port.

Commands can be sent using the URL, the same way that we send commands to Halx, using http get.

Example, if the TCP plugin is configured to use port 8082 you can send a message with the following URL:

Code: [Select]
http://127.0.0.1:8082/api/tts.speak&&hello%20there
or in general

Code: [Select]
http://ip.address.of.vc:port/api/action.name&&param1&&param2&&etc

xtermin8r

  • $upporter
  • Sr. Member
  • *****
  • Posts: 366
  • Karma: 9
  • Crunchie
    • View Profile
Re: Udp Problem !
« Reply #7 on: September 08, 2013, 06:32:32 PM »
Thanks, for everything.
Neural Net Based Artificial Intelligence.

xtermin8r

  • $upporter
  • Sr. Member
  • *****
  • Posts: 366
  • Karma: 9
  • Crunchie
    • View Profile
Re: Udp Problem !
« Reply #8 on: September 09, 2013, 11:34:46 AM »
Maybe you should try on another LAN.  Maybe you have some system that is echoing UDP messages.

Problem Solved. Turned out to be my broadband modem was the problem (possibly a firmware bug) after replacing the broadband modem problem vanished. Thanks once again James for your suggestions, I would have never suspected that something on my network was the culprit.
Neural Net Based Artificial Intelligence.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7714
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Udp Problem !
« Reply #9 on: September 09, 2013, 11:53:45 AM »
 :clap