Hello Everyone,
I wanted to take a second to introduce myself as well as get a better idea for where i should go as to what language i should be using for a project i have.
I program smart homes using Crestron. Crestron has a programing language similar to C+. Anyways i had someone ask me to make a interface for thier Bluray media server to talk to crestron. Well he doesn't have anything running on the machine to accept and give commands other than a infrared receiver for media center.
I need to add a service that runs on the machine at all times and listens for a connection via ethernet using a telnet type interface and on a serial port. Then i would be sending commands to vista media center and cyberlink power dvd when media center calls for it. Would C++ be a beter solution for this?
I am looking into if i can send and get commands to the programs directly, or if i have to use key presses (i.e. hit "p" on the keyboard for play). Is there a way to make a patch for the program to have a more reliable way to send and receive information from these?
I was looking into C# because so far there seems to be more support for it. I could be wrong though since i've just started out.
Anyhelp would be greatly appreciated.
-Josh
New to the Codecall
Started by toonamo, Nov 18 2008 05:00 PM
10 replies to this topic
#1
Posted 18 November 2008 - 05:00 PM
|
|
|
#2
Guest_Jordan_*
Posted 18 November 2008 - 05:32 PM
Guest_Jordan_*
Hello Toonamo, welcome to CodeCall! You could do this with any language that supports TCP such as C++ or C#. I believe there is a TCP/UDP tutorial on here in C# or C++ (one of the two) that acts as a server and another that acts as a client. Check the tutorial section for more information.
#3
Posted 18 November 2008 - 08:42 PM
Well Welcome Josh.
I love this place
I love this place
#4
Posted 18 November 2008 - 08:44 PM
Good to have you Josh. What an extensive Question :D
#5
Posted 18 November 2008 - 08:46 PM
Hey Toonamo
Yes i think there is a tutorial for it!
Welcome
Yes i think there is a tutorial for it!
Welcome
#6
Posted 18 November 2008 - 08:49 PM
#7
Posted 18 November 2008 - 11:01 PM
#8
Posted 19 November 2008 - 10:15 AM
Welcome to CC !! :)
#9
Posted 19 November 2008 - 01:26 PM
Thank you all!
#11
Posted 16 January 2009 - 12:51 AM


Sign In
Create Account


Back to top











