Re: Defining Protocol State-Machines

2019-01-28 Thread Beckerle, Mike
: dev@daffodil.apache.org Subject: Defining Protocol State-Machines Hi all, so now I seem to have managed describing the format of the messages of an industry protocol. Still I have to manually implement the protocol itself. I have to construct messages in a pre-defined format, send that to a remote st

Defining Protocol State-Machines

2019-01-28 Thread Christofer Dutz
Hi all, so now I seem to have managed describing the format of the messages of an industry protocol. Still I have to manually implement the protocol itself. I have to construct messages in a pre-defined format, send that to a remote station, wait for a response, extract data from that. Dependi