Mathieu Moloney - 2016-08-31

I was wondering if this type of scenario is supported with j2mod, can anyone point to an example or give me pointers to get started ?

Scenario :

The master sends an ASCII request, in my case #0!, or #1!, etc depending on the function.
Each slave on the bus then sends a response to be processed by the master.

How can I model this scenario ?
Does j2mod include any type of socket listener ?

Could I implement a master to send the request and then a sudo-slave to receive communications from the real slaves ?

Any help is appreciated.