kxepal / python-astm

Python implementation of ASTM E1381/1394 data protocol.
http://python-astm.readthedocs.org/en/latest/
Other
52 stars 47 forks source link

Taking input from console for client #2

Open shashank-ezdiagno opened 7 years ago

shashank-ezdiagno commented 7 years ago

How can run a client by taking the string from the console, encoding it to the respective record and emitting it to the server?

shashank-ezdiagno commented 7 years ago

I also want to specify the map of "type of record"(R,P) to the record object(custom object created by me instead of the default record object)