Results 1 to 5 of 5
hi guys,
now a days i am doing a bit of network coding,
In hospital every bed has a patient monitoring system and all the systems r in a local ...
- 04-17-2007 #1Just Joined!
- Join Date
- Aug 2006
- Location
- india
- Posts
- 57
socketprogramming
hi guys,
now a days i am doing a bit of network coding,
In hospital every bed has a patient monitoring system and all the systems r in a local network
"every system should know what all other systems r present in the network"
how to write a code so that every system can detect the presence of other system.
- 04-17-2007 #2Just Joined!
- Join Date
- Apr 2007
- Posts
- 18
What about scanning on startup of each patient monitoring system the local network by nmap for example, so then you can get as a result a list of active systems in the network. I'm not sure if this this what you need
- 04-17-2007 #3Just Joined!
- Join Date
- Apr 2007
- Posts
- 11
Socket Programming
ping to each other......
Originally Posted by Rtoip
- 04-18-2007 #4Just Joined!
- Join Date
- Apr 2007
- Posts
- 18
Faizsir it's normal that when we are scanning network we probably will use the ping. Nmap is using the 'ping sweep' method, like fping for instance, to decide which hosts are up or down using multiple ICMP echo requests.
Originally Posted by Faizsir
- 04-18-2007 #5Hi,
Originally Posted by kingraja84
In such cases, it is better to have your custom server/client on all the systems. So that they can broadcast some tokens to all the other systems on the same network. From the tokens received, other systems can infer the presence.---------------------------------
Registered Linux User #440311
HI2ARUN _AT_ GMAIL _DOT_ COM
---------------------------------


Reply With Quote