Closed Bryan-Turek closed 7 years ago
std::string classes should be removed now. and added a fix for binding.gyp. working on replacing assert and adding bindings.async_wait
function calls
Hello,
Thanks for submitting the pull request. For now, we decided to support the native code through FFI. If we receive any request regarding native support will will point to your fork.
Best
Initial native bindings for librti_dds_connector:
Configure
binding.gyp
Generate Your Projects (gyp) is like CMake, it uses a different paradigm to setup the compilation. Documentation on it can be found >here<. The build will need to be modified to your system architecture and file path (this should actually use relative paths).
Installing node-gyp and building
Other notes
bindings.async_wait(*)
still needs to be implemented in c++ with callbacks and libuv.std::string
should be replaced with allocating char* manually.assert()
calls are implemented for development purposes, should replace with macro calls that throw exceptions.