Click here to Skip to main content
15,889,462 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I have studying Home Automation implementation. I have a controller with TCP Client Communication from PC to Controller. The Controller is used to turn on/off light, exhause fan, and air contitioner in a room.
I have successfully triggering controller to turn on/off light, exhause fan, and air conditioner trought tcp client using string command (send and receive string windows console application).
I need to create a user interface (Windows form or WPF) to controlling the controller.
In the user interface user can click an animated icon on a preconfigured room layout to turn on/off light, exhaust fan, and air conditioner.
Before user have a layout, they must configure the layout for any room representation.
is there any solution?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900