Networking Forums

Networking Forums > Computer Networking > Linux Networking > Simple Socket Guidance

Reply
Thread Tools Display Modes

Simple Socket Guidance

 
 
polar
Guest
Posts: n/a

 
      11-27-2006, 01:51 PM
Hi,

I'm currently working on a project in which I need to run a process on
one machine that can invoke a process on another machine over the
internet. For example, pressing [enter] on my machine will run a script
on another machine (with static IP) arbitrarily far away.

I'm new to this sort of coding, so I just wanted to get a rough idea
what I should be diving into. This would be the job for a socket,
correct? Or servlet? Am I right in looking at Ruby and Python? If you
could just steer me in the right direction, I can manage. Thanks a lot.

 
Reply With Quote
 
 
 
 
ipnwsec
Guest
Posts: n/a

 
      11-28-2006, 10:02 PM
Hi,

what u need to do is write a client server program.
Server runs on a remote machine on which u need to invoke a process.
and client runs on your machine.

You can implement these client servrers using sockets based on tcp.

When ever you press ENTER on client machine send a message on the tcp
connection from client to server. On server decode the message and
invoke a process using fork..etc.

If you want any more info please feel free to contact

you can post your further questions regarding this on this group :
IP-Networks-(E-Mail Removed)


Thanks,
Sunil
http://geocities.com/sunil3112000

On Nov 27, 6:51 am, "polar" <polar...@gmail.com> wrote:
> Hi,
>
> I'm currently working on a project in which I need to run a process on
> one machine that can invoke a process on another machine over the
> internet. For example, pressing [enter] on my machine will run a script
> on another machine (with static IP) arbitrarily far away.
>
> I'm new to this sort of coding, so I just wanted to get a rough idea
> what I should be diving into. This would be the job for a socket,
> correct? Or servlet? Am I right in looking at Ruby and Python? If you
> could just steer me in the right direction, I can manage. Thanks a lot.


 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need guidance!!! bharadwaj63@gmail.com Linux Networking 4 03-23-2008 02:00 PM
ISPs and Phorm - Guidance note ? John Broadband 6 03-14-2008 06:12 AM
need guidance for a sparse wireless network urbantiger Wireless Internet 3 01-11-2008 02:57 PM
NEWS: Wi-Fi guidance becomes law in California John Navas Wireless Internet 2 09-05-2006 08:27 PM
Simple client/server socket program works on one Linux machine, it doesnot work on other machine GS Linux Networking 2 05-09-2006 12:55 PM



1 2 3 4 5 6 7 8 9 10 11