views:

13

answers:

0

Hi. I need to make a 3d model and connect sensors output data to the model. I can parse sensor data to get meaningful information from sensors; like those door have been opened; light switched on; but I have no idea how to make 3d model and to interact with it for sensors end. (for example when when sensors inidicate that doors have opened; in 3d models doors open)
General idea is to have 3d model running on server A which listens to server B. Server B collect and parses data from sensor.

Any help or guidance is appreciated

More info; sensors are AVR ATmega128; server B is written in java.