One of the few reliable solutions to broadcast a message over the network 
without concern about the operating system is either using a simple and stupid 
UDP package (however UDP broadcasts are blocked in many networks) or 
registering a MDNS service. Basically what you need is some Python code.

Another option that may work. Use some kind of instant messaging client that 
supports dbus on Linux. Create a script that sends a message to a person (or 
listening machine) using the dbus interface. On the clients use whatever IM 
client you want.

Regards
Alexander

On Thursday 05 February 2015 16:08:52 andy pugh wrote:
> Have I already asked this?
> 
> It would be really nice if an M-code could send a network broadcast to
> all the machines on my local network (Mac, PC, Linux) to tell me that
> a machine needs attention.
> 
> (At the moment that attention is unclamping the A-axis so that it can
> re-position the part)
> 
> Any ideas?


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to