This is a good issue to start with if you want to get more familiar with UTCP.
Generally the concepts you need to understand to use UTCP are UtcpClient, CallTemplate, UtcpManual, Tool, and UtcpClientConfig. I recommend checking out the reference implementation of these in the python-utcp repo and the spec on www.utcp.io
We always welcome more examples on how UTCP can be used, in any situation: existing server, fresh new server, different communication protocols, etc.
This is a good issue to start with if you want to get more familiar with UTCP.
Generally the concepts you need to understand to use UTCP are UtcpClient, CallTemplate, UtcpManual, Tool, and UtcpClientConfig. I recommend checking out the reference implementation of these in the python-utcp repo and the spec on www.utcp.io
We always welcome more examples on how UTCP can be used, in any situation: existing server, fresh new server, different communication protocols, etc.