User(s) browsing this thread: 1 Guest(s)
|
UDP transmissions possible?
|
|
11-27-2008, 12:05 PM
|
|||
|
|||
|
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. Question1 : Can I create and send UDP messages via custom software on my PCH, and control it via web interface on PCH?Question2 : 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 )regards, Koenti |
|||
|
11-27-2008, 12:09 PM
|
|||
|
|||
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. 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 |
|||
|
11-27-2008, 01:25 PM
|
|||
|
|||
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.... Thanks for the feedback. "Enough Knowledge", hmm not today on that platform but I may build it up ... . What are the good resources on the web to start building this knowledge (overview software tools, "hello world" examples, tutorials, ...)?
|
|||
|
11-27-2008, 01:35 PM
|
|||
|
|||
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 There exists a lot of linux examples everywhere! ![]() 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 |
|||
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads... | |||||
| Thread: | Author | Replies: | Views: | Last Post | |
| 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 |
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
A-400 [13 May 2013]



: Can I create and send UDP messages via custom software on my PCH, and control it via web interface on PCH?
)
![[+]](images/collapse_collapsed.gif)

... . What are the good resources on the web to start building this knowledge (overview software tools, "hello world" examples, tutorials, ...)?
