Results 1 to 7 of 7

Thread: Vista Spyder Remote Access to Catalyst

Hybrid View

  1. #1
    Join Date
    Dec 2008
    Location
    Lisbon (pt),
    Posts
    6
    I'm trying to trigger Catalyst presets from the Vista Spyder X20.
    The Spyder sends a UDP or TCP string in ASCII format to a user specified
    port at a user specified IP address.
    Last edited by nmotta; 20-03-2010 at 04:36 PM.

  2. #2
    Quote Originally Posted by nmotta View Post
    I'm trying to trigger Catalyst presets from the Vista Spyder X20.
    The Spyder sends a UDP or TCP string in ASCII format to a user specified
    port at a user specified IP address.
    you can send a http web command?
    to port 8080



    or a midi note equivalent over tcpip


    ---


    there are multiple different ways to trigger presets - the easiest is to use an http command- ( which is tcp html GET command - underneath )

    goto the web server builtin-

    on local machine- the presets page is-

    http://localhost:8080/catws/presets.html

    on remote machine use ip address

    to trigger preset use this:

    http://localhost:8080/commands/?RunPreset=1

    GO

    if you look at the address triggered from the "Go" button they are there-


    or telnet to localhost:8080

    type
    Code:
    GET /commands/?RunPreset=2 HTTP/1.0

  3. #3
    so basically you can use any tcpip based mechanism to 'telnet' into catalyst on port 8080- and type or run the command

    Code:
    GET /commands/?RunPreset=2 HTTP/1.0
    the 'GET' simulates the http GET command- the 'HTTP/1.0' is the end of line for an http request.

    example telnet capture shown here-

    should be the exact same command format from spyder - http requests are just a special format of generic network commands.
    Attached Images Attached Images

Similar Threads

  1. Booting Catalyst on Start up
    By johnboylightboy in forum Catalyst Technical support
    Replies: 5
    Last Post: 05-04-2008, 05:32 AM
  2. Vista app and Catalyst ?
    By emilianomorgia in forum Catalyst Technology questions
    Replies: 0
    Last Post: 29-02-2008, 09:48 AM
  3. Remote Catalyst Control
    By SvenCRen in forum Catalyst Software
    Replies: 2
    Last Post: 08-02-2008, 09:34 AM
  4. XServe RAID and catalyst
    By samsc in forum Catalyst Technology questions
    Replies: 28
    Last Post: 21-01-2007, 09:08 PM
  5. Using Apple remote desktop to preview catalyst - DONT
    By samsc in forum Catalyst Technology questions
    Replies: 6
    Last Post: 15-03-2005, 02:46 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •