Socket.io while awesome, might be a little overkill here. It sounds like you just need to connect to a port on a remote machine and sent some commands. You can start up your connection like this [[ http://nodejs.org/api/net.html#net_net_connect_arguments ]] and then use the client.write() method to send your string to the remote server.
On Wednesday, March 7, 2012 5:54:43 AM UTC-8, tomfish wrote: > > Hello, > > I would like to send a command from a (local) website to a computer in the > same network on a specific port. This port is in use by digital signage > software. When the software receives this command, it changes the image. > Can anyone help me with this? node.js and socket.IO are already installed, > but I can't seem to find the right coding. > > Thanks in advance, > > Tom > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
