[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Thread Closed 
UDP transmissions possible?
11-27-2008, 12:05 PM
Post: #1
Smile UDP transmissions possible?
Before I dig into the SDK, I have the following situation and questions.

My house is controlled via a KNX/EIB (European standard) domotic system. It has also a EIB-LAN interface where I can control my complete house (HVAC, lights, gates, ...) from PC. As software developer I wrote some PC tools which send UDP messages over my LAN to my EIB-LAN interface.

Question1Huh: Can I create and send UDP messages via custom software on my PCH, and control it via web interface on PCH?

Question2Huh: What method is the best to exchange data/status information between my PCH and eg my LAN PC which runs:
a) windows web service
b) web server

(question2 is alternative solution when question1 is not possible Wink)
regards,
Koenti
Find all posts by this user
11-27-2008, 12:09 PM
Post: #2
RE: UDP transmissions possible?
(11-27-2008 12:05 PM)koenti Wrote:  Before I dig into the SDK, I have the following situation and questions.

My house is controlled via a KNX/EIB (European standard) domotic system. It has also a EIB-LAN interface where I can control my complete house (HVAC, lights, gates, ...) from PC. As software developer I wrote some PC tools which send UDP messages over my LAN to my EIB-LAN interface.

Question1Huh: Can I create and send UDP messages via custom software on my PCH, and control it via web interface on PCH?

Question2Huh: What method is the best to exchange data/status information between my PCH and eg my LAN PC which runs:
a) windows web service
b) web server

(question2 is alternative solution when question1 is not possible Wink)
regards,
Koenti

Answer1: Shouldn't be a problem, as it is a normal linux system with sockets as usual!... as long as you have installed/created a crosscompiler from the toolchain provided by Syabas and you have enough knowledge....

The PCH runs apache webserver with PHP... and running shell commands should work...

Answer2: Obsolete by answer 1.

Regards // OwL
Find all posts by this user
11-27-2008, 01:25 PM
Post: #3
RE: UDP transmissions possible?
(11-27-2008 12:09 PM)OwL Wrote:  Answer1: Shouldn't be a problem, as it is a normal linux system with sockets as usual!... as long as you have installed/created a crosscompiler from the toolchain provided by Syabas and you have enough knowledge....

The PCH runs apache webserver with PHP... and running shell commands should work...

Answer2: Obsolete by answer 1.

Regards // OwL

Thanks for the feedback. "Enough Knowledge", hmm not today on that platform but I may build it up Cool... . What are the good resources on the web to start building this knowledge (overview software tools, "hello world" examples, tutorials, ...)?
Find all posts by this user
11-27-2008, 01:35 PM
Post: #4
RE: UDP transmissions possible?
(11-27-2008 01:25 PM)koenti Wrote:  Thanks for the feedback. "Enough Knowledge", hmm not today on that platform but I may build it up Cool... . What are the good resources on the web to start building this knowledge (overview software tools, "hello world" examples, tutorials, ...)?

There exists a lot of linux examples everywhere! Smile

if you don't have a linux system I'd suggest you set up one and test out some simple c-applications.

It sounds as if you will manage! =)

learning linux is fun!

Regards // OwL
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Information How to play UDP multicast TS stream video? wanxs 2 5,642 01-21-2010 01:50 AM
Last Post: wanxs
  Cross-compiling transmissions 1.34 ns 4 3,281 04-12-2009 02:25 PM
Last Post: Mr Segfault
  UDP multicast JJ 4 8,423 08-20-2008 03:03 PM
Last Post: JJ

Forum Jump: