Search code examples
jsonhttplabview

Instrument "driver" for labview in which the instrument is controlled over http


So I have an instrument which can be talked to over HTTP GET and POST requests, this is so that the instrument can be controlled through a webpage. These requests include getting and setting variables and running functions on the instrument. The instrument returns json over http but this could be easily modified if need be. Does anyone have any idea where I would start making a driver?


Solution

  • There is an HTTP Client Library