1 / 12

MobileRC

MobileRC. Group members: Will Worden Jackie Hyunh Chris Schrives. What does it do?. Use your cell phone as a remote control for a media control center Two sides – Computer Side application and Phone Side application. Technologies involved. WLAN connection between phone and computer

homer
Télécharger la présentation

MobileRC

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MobileRC

  2. Group members: • Will Worden • Jackie Hyunh • Chris Schrives

  3. What does it do? • Use your cell phone as a remote control for a media control center • Two sides – Computer Side application and Phone Side application

  4. Technologies involved • WLAN connection between phone and computer • Phone that can run J2ME application (We tested on a Nokia e71/ Symbian S60 FP2) • Computer side requires Python, VLC Player

  5. How do we do it? INTERPERTER • Interpreter runs on computer, Phone connects to. Interpreter parses commands from phone and passes them to VLC for execution

  6. Phone Side • J2me application • Connects over Wireless LAN rather than over the air through cellular network • No data costs associated with it • TCP /UDP connection, predefined ports

  7. Phone Side • Networking aspects • Finding Peers • Features both manual entry (history of previous connections stored locally on phone) • Automated peer detection on WLAN • UDP broadcast on subnet to find listening peers • Problems found: Many wireless routers don’t allow broadcast msg • Nokia does not recognize 255.255.255.255 as valid host • Symbian does not allow phone to report its own IP address (Security feature)

  8. Phone Side • TCP message commands • Predefined port on Computer Side, OS assigns Phone side port

  9. Computer Side • Python • Makes separate TCP connection to VLC (localhost) • Has mapped commands to VLC commands • Originally intended to have own GUI, cut this feature

  10. Commands • Play • Stop • Resume/Pause • Volume +/- • Full Screen • FFW • RWD • Next • Previous • Mute

  11. GUI • KUIX library

  12. Security • Nonces for individual commands • MD5 Hash of initial remote command • Had intended to use symmetric keys, but had to cut

More Related