-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sebastian Pichlmeier edited this page Mar 8, 2014
·
14 revisions
The RemoteControlSystem is a System to control severals computers over the network.
The System is basend on a simple rmi implementation. The rmi implementation was needed to run on the android system. Thre rmi registry contains one ControlCenter.
- The ControlCenter holds all remoteable objects such as MediaCenters or InternetSwitches.
- A MediaCenter provides objects to control a music and video player and other usefull stuff for a computer (black screen, mouse move...).
- A InternetSwitch changes the state (ON/OFF) of a Power Switch. Its implemented for the raspberry pi like https://www.raspiprojekt.de/anleitungen/schaltungen/28-433-mhz-funksteckdosen-schalten.html?showall=1&limitstart
Currently there are two client implementations, a desktop verison based on java swing and a mobile version based on android 4.0.