Category Archives: Programming

Programming, Development of eHouse system DIY.

eHouse Smart Home – programming Java

Setting up the development environment NetBeans IDE to create Java applications (standard PC applications, And MIDlet applications on Android)

NetBeans IDE is one of the most popular development environments, especially among novice programmers. In a very simple and quick way to prepare them for Java application development on both the ordinary PC and mobile platforms ( MIDlet and the Android platform) . Another argument is the fact that it is totally free along with most extensions for programming multi-platform in a variety of programming languages ​​and scripts which gives a great field for amateur and professional software development and control for smart home eHouse . Continue reading eHouse Smart Home – programming Java

Authorisation to eHouse LAN smart home controllers

Authentication and Login to eHouse LAN smart home controllers via TCPIP

EHouse Building Automation System provides connectivity and remote control rooms Ethernet , WiFi , Internet . Reception status of the drivers can be obtained via UDP broadcast ( without server connection) or via a connection to the server over TCP/IP.
Sending control commands is possible only via TCP/IP which gives much more credibility connections and increases security, authorization . Continue reading Authorisation to eHouse LAN smart home controllers