Emit spectra from a wdf file continuously.
authorPat Thoyts <pat.thoyts@gmail.com>
Thu, 22 Jun 2023 08:23:14 +0000 (09:23 +0100)
committerPat Thoyts <pat.thoyts@gmail.com>
Thu, 22 Jun 2023 12:30:56 +0000 (13:30 +0100)
commit5939fd2611a5d0ee8394ba9e6315caea44458a9a
tree5f2fbab9df1cf4a74f75dd72996ced819df5e824
parent6ccb15f364eb16a7dee74b4c702c9dcca380d5cd
Emit spectra from a wdf file continuously.

Supports registration with a discovery server.
Emits spectra once per second updating the ilist and spectrum index.
Xlist is updated for the first spectrum only.
Cross platform for Windows and Linux.
.editorconfig [new file with mode: 0644]
.gitignore
.vscode/c_cpp_properties.json
CMakeLists.txt
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
opc_app.h [new file with mode: 0644]
opc_util.c [new file with mode: 0644]
server.c
wdf_utils.c [new file with mode: 0644]
wdf_utils.h [new file with mode: 0644]