Author Topic: Talking to another computer  (Read 1370 times)

0 Members and 1 Guest are viewing this topic.

bp_pbs

  • Contributor
  • ***
  • Posts: 94
  • Karma: 1
    • View Profile
Talking to another computer
« on: November 09, 2012, 03:05:05 AM »
Maybe I'm just overlooking it or just tired. So I need some help. How can I run Vox on one computer and tell it to launch applications(like Chrome) on another computer?


claymic

  • $upporter
  • Sr. Member
  • *****
  • Posts: 152
  • Karma: 0
    • View Profile
Re: Talking to another computer
« Reply #1 on: November 09, 2012, 06:25:37 AM »
You can send and get udp over VoxCommando.
Just create a command and insert a action (with a udp plugin). With the udp plugin you can set the message to send(put a voxcommando event), the ip and the port (for your pc that will open the aplication).
In the pc that will open the application you have to create a command with a action "Launch", put a Event in this command.



jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7712
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Talking to another computer
« Reply #2 on: November 09, 2012, 10:46:49 AM »
you can send udp to eventGhost which can then do lots of things

http://voxcommando.com/mediawiki/index.php?title=EventGhost

but you can also send events from one VoxCommando to another.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7712
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Talking to another computer
« Reply #3 on: November 09, 2012, 12:24:18 PM »
Here is one way to execute an action on VC that is running on another computer.

In this case we are using the eventGhost action, but really it is just sending a UDP message so we can use it with VC instead of EventGhost.

bp_pbs

  • Contributor
  • ***
  • Posts: 94
  • Karma: 1
    • View Profile
Re: Talking to another computer
« Reply #4 on: November 09, 2012, 10:42:10 PM »
Thanks y'all. Will try when I get home.

Thanks again