python-astm
python-astm copied to clipboard
Taking input from console for client
How can run a client by taking the string from the console, encoding it to the respective record and emitting it to the server?
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)