Install MSL-Network

To install MSL-Network run:

pip install msl-network

Alternatively, using the MSL Package Manager run:

msl install network

Compatibility

The Client and Service classes can be implemented in any programming language (and also in unsupported Python versions). See the JSON Formats section for how the Network Manager exchanges information between a Client and a Service.

Dependencies

Optional packages that can be used for (de)serializing JSON data:

To use one of these external JSON packages, rather than Python’s builtin json module, read the documentation of msl.network.json.Package.