Page 1 of 1

PHP Script to Telnet RDS Encoder

Posted: Thu Feb 07, 2008 8:47 pm
by reeges
I'm trying to design a script that sends song info to my station's RDS encoder, which only accepts telnet connections, and i'm confused where to start. Basically, the script reads artist and title info from a log file, formats it for RDS and then sends it over telnet to the RDS encoder. The script refreshes every 10 seconds. Is fsockopen() the correct function for doing this? Any useful information would be appreciated as this is my first time using telnet.

Re: PHP Script to Telnet RDS Encoder

Posted: Thu Feb 07, 2008 10:12 pm
by Christopher
What OS?

Re: PHP Script to Telnet RDS Encoder

Posted: Fri Feb 08, 2008 12:06 am
by reeges
Windows XP. Not by choice, but it's what was already there.