Skip to content

yecaokinux/uascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Lua bindings for the open62541 OPC UA stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published