Menu

#2 Research Network Messaging

1.0
open
2014-02-01
2014-01-30
No

Research to see if the following is possible using Java (or at all).

  1. Send messages to other (windows ??) devices on the same network.

Identify any library or resources needed and save information here if possible.

Discussion

  • Yiyang Pan

    Yiyang Pan - 2014-02-01

    1 NETSEND from Java?

    Runtime run = Runtime.getRuntime();
    Process pr = run.exec( "net send ip msg" );
    pr.waitFor();

     
  • Yiyang Pan

    Yiyang Pan - 2014-02-01

    2 Broadcasting might be the next step of this feature, I will leave a spot here

     

Log in to post a comment.