Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 799 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 799 Bytes

uascript is a script-language frontend for the open62541 OPC UA library. It is based on the Lua 5.2 language and licensed under MIT in order to enable a tight integration with Lua.

Note that the open62541 library is included under a different license that allows static linking.

Changes compared to vanilla Lua:

To use uascript, compile the code as gcc -std=c99 src/*.c src/lua-5.2.4/src/*.c -Isrc -Isrc/lua-5.2.4/src -D_BSD_SOURCE -DLUA_USE_LINUX -lm -pthread -lreadline -ldl -o uascript or use the precompiled binaries in the /bin folder.