Donavan Martin
Donavan Martin
Command: $ terminalizer render demo.yml test.gif expected result: test.gif
Can not set "useNativeDriver" property.
Hi, Is it possible to generate a .cfg from a .cid without JAVA (genmodel.jar)? I looked in the tools folder and it seems that this feature is only available in...
Do someone have a solution for this issue? ```bash [ 94%] Linking CXX executable ../../../bin/socketiopoco_example /usr/bin/ld: warning: libPocoNet.so.80, needed by /home/donavanmartin/Desktop/test/socket.io/c++/socket.io-poco/src/../third_party/local/lib/libPocoNetSSL.so, may conflict with libPocoNet.so.64 /usr/bin/ld: warning: libPocoFoundation.so.80, needed by...
#### What version were you using? npm -v : 8.3.0 node -v: v17.3.0 yarn -v: 1.22.17 #### What steps can we follow to reproduce the behaviour? yarn install #### What...
This lib missing a way to access socket properties. struct sSerialPort { char interfaceName[100]; int fd; int baudRate; uint8_t dataBits; char parity; uint8_t stopBits; uint64_t lastSentTime; struct timeval timeout; SerialPortError...
### Description This issue proposes refactoring the BACnet Stack, a C library implementing the BACnet protocol for building automation (e.g., HVAC, lighting, fire systems), into Rust. The goal is to...
### Description The goal of this issue is to initiate a project to refactor the CANopenNode library, currently implemented in C (with C++ compatibility), into Rust. CANopenNode provides a robust...
### **Description** Propose refactoring libiec61850 (or key components) into Rust to improve memory safety, concurrency, and maintainability while maintaining IEC 61850 compliance. Additionally, add support for converting .cid (Configured IED...