Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Just 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

  3. #3
    Just Joined!
    Join Date
    Apr 2007
    Posts
    11

    Socket Programming

    ping to each other......


    Quote Originally Posted by Rtoip
    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

  4. #4
    Just Joined!
    Join Date
    Apr 2007
    Posts
    18
    Quote Originally Posted by Faizsir
    ping to each other......
    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.

  5. #5
    Linux User cyberinstru's Avatar
    Join Date
    Jan 2007
    Location
    India
    Posts
    362
    Quote Originally Posted by kingraja84
    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.
    Hi,

    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
    ---------------------------------

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...