This is an old revision of the document!
Digilent Instrumentation Protocol
The Digilent Instrumentation Protocol is JSON encoded instruction set for communicating with and controlling electronic instruments. The Digilent Instrumentation protocol was initially designed as the communication protocol betweenWaveFrome Liveand and theOpenScope MZ, however the protocol is designed to be hardware agnostic and extensible.
A JSON encoding offers several advantages. First and foremost is the ease of use of JSON in JavaScript based applications such as browser and mobile applications. JSON is also easily human readable and easy to transmit over many communication protocols including HTTP, UART, TCP, WebSockets and more.