Kumo REST API Examples

* config_control - A generic C++ example of how to get and set configuration parameters

* kumo_control - An example of how to control features of a Kumo device (using config_control and C++)
	Specifically:
		- Connect to and disconnect from a specific kumo device via Ethernet
		- Change crosspoints
		- Enquire crosspoint connection status
		- Change Web UI button label text
		- Enquire connection status of all crosspoints
		- Set, clear and take salvos and enquire salvo setting

* python_examples - Examples of how to control feature of a Kumo router device


Note: To build the C++ projects, please use the supplied Makefiles. To use the python
      examples, run them directly from the command line.

