|
Home > Archive > Unix Programming > January 2006 > help required
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| shady 2006-01-13, 10:40 pm |
| hi to all
I am final year engineering student and am working on a project. The
main idea is to control the pc through OS (Symbian) based mobile
phones. The problem i am facing is to import the dll's provided by the
symbian on linux machine.Is there any way out to import dll's on linux
machine or is there any other solution to this. please help me.
| |
| Bill Marcum 2006-01-13, 10:40 pm |
| On 9 Jan 2006 22:32:45 -0800, shady
<shadab.farrukh@gmail.com> wrote:
> hi to all
> I am final year engineering student and am working on a project. The
> main idea is to control the pc through OS (Symbian) based mobile
> phones. The problem i am facing is to import the dll's provided by the
> symbian on linux machine.Is there any way out to import dll's on linux
> machine or is there any other solution to this. please help me.
>
What do you mean by "control the pc"? You could port an ssh client, or
maybe an X server or vnc server...
--
Men never make passes at girls wearing glasses.
-- Dorothy Parker
| |
|
| hi
by controlling the pc i mean to control it right from power on to
shutting down the pc also to run any excutable on my pc and all this
has to be done through cell phone.
| |
| Mark Hobley 2006-01-15, 7:49 am |
| shady <shadab.farrukh@gmail.com> wrote:
> by controlling the pc i mean to control it right from power on to
> shutting down the pc also to run any excutable on my pc and all this
> has to be done through cell phone.
Ok. That's no clearer.
Do you want to be able to dial a number to switch on the pc?
There is a hardware device that enables this.
You now want to be able to obtain a telnet session from the mobile phone.
The PC will do this no problem. Are you connecting via the internet, or via a
modem?
I don't know anything about mobile phones. If you are connecting via the
internet, you will need a telnet client on your phone. If you are connecting
via a modem, you will need a terminal emulator. If you are connecting via a
modem, you will need to reconfigure your mobile phone to dial your modem
number instead of your internet service provider.
Shutdown of the PC.
This can be done from the telnet session.
Post follow ups on the progress you are making.
Regards,
Mark.
--
Mark Hobley
393 Quinton Road West
QUINTON
Birmingham
B32 1QE
Telephone: (0121) 247 1596
International: 0044 121 247 1596
Email: markhobley at hotpop dot donottypethisbit com
http://markhobley.yi.org/
| |
|
| hi
Thanx a lot for the information.
I think i need to explain the idea of my project clearly. I along with
my partners have thought of controlling the PC (as i said earlier),
through sms, i mean ..there will be some medium that will understand
the sms send by any mobile, may be we can place another mobile, which
will always be connected with the pc. Suppose if the user wants to
upload his text file, from his desktop,on his mobile, he will sms on
the reciving end device, the interpreter will understand that sms and
will send him his requested file. Obviously the sms will have some
predefined
format.
Now, since we are using symbian based mobile phones and we are coding
it in C#, the symbian provides two dll's (symbian connect and symbian
bal). MY problem was that is there any solution how to use these dll's
on linux machine.
C# can be used on linux machine through MONO( a frame work that runs
C# on linux machine ).
regards
|
|
|
|
|