• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

controlling a pc using mobile????

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can any one help me out.... how can we control a pc using mobile with the ip address of the pc........
 
Saloon Keeper
Posts: 27808
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What do you mean by "control"?. You can send network traffic to a PC via the phone network tcp/ip (subject to their firewalls) or directly (via a WiFi or Bluetooth or infrared connection). However, once you do that, the PC is going to have to figure out what it's going to do with what you sent to it.
 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Logitech makes a mouse/keyboard application for the iPhone/iPod touch. It connects to any mac/pc with the appropriate software installed. I suggest you take a look at it for an idea of how an infastructure like that would work.

itms://itunes.apple.com/us/app/touch-mouse/id338237450?mt=8

regards
 
Steven Mann
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
By the way, the connection medium is whatever wifi network the iPod/iPhone is connected to. The Mac/Pc must be on the same network.

regards
 
Tim Holloway
Saloon Keeper
Posts: 27808
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You do realize that Apple's toys don't run J2ME, don't you? Apple won't let them.
 
Steven Mann
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sure. I was just pointing toward the whole process of how Logitech's app works; it is possible to controll a pc using a mobile.

btw, I feel your pain. I really wish Apple would allow java development on iPhone. Thank goodness for blackberry.

regards
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic