forked from hbk-world/LAN-XI-Open-API-Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
# LAN-XI-Open-API-Examples | ||
LAN-XI modules are made by Brüel & Kjær in Denmark | ||
The modules are mainly used to measure acoustic and vibration signals from microphones and accelerometers | ||
These modules are mainly used to measure acoustic and vibration signals from microphones and accelerometers, however some support CAN and others have bridge inputs. | ||
|
||
The Modules has an ethernet connection using several protocols, one of the protocols is HTTP based | ||
and is called "Open API". | ||
The modules have an ethernet connection that supports several protocols. One of these protocols is HTTP based and is called "Open API". | ||
The code in this repository shows how to use "Open API" in different programming languages. | ||
|
||
The code in LAN-XI-Open-API-Examples/RestStreaming/CS/ has been tested in 2019. | ||
The code in other directories has not been tested with the latest firmware. | ||
|
||
You will need a "Open API" licens stored inside the LAN-XI module, before you can use the examples. | ||
You will need an "Open API" license stored inside the LAN-XI module, before you can use the examples. |