Kyle Hayes
Kyle Hayes
This might take a bit. It looks like there are a couple things going wrong. I _think_ it is in the library, but I am still not sure. I see...
Going to take a bit more. I am traveling for about two weeks. Sorry for the delay.
Thanks for this. This raises a larger issue: should the code simply fail in str_copy if the source string is larger than the buffer (modulo the null termination space)? I'll...
Ensure that strings are null-terminated.
The Modbus code has a different pattern that does not use an allocation per request. The only allocation occurs on tag creation. Future work will follow this new pattern.
The C runtime environment of Android has diverged from that of "stock" Linux so this might be a bit more challenging than a "pure" POSIX system. I will look into...
Months. Hopefully only a few. I am really busy right now and the 2.0 code is taking a lot longer than I had hoped. On Sun, Feb 14, 2016 at...
I am moving to a CMake-based build system. I think this will help isolate platform dependencies, but I have only just managed to get Linux builds working.
Thanks for using the library! The library (and the underlying protocol) reads tags as if they were all arrays. A non-array tag is read as if it is an array...
Some PLCs have only one CPU and when they fault, the whole things hangs. If the Micro8x0 series is like that, then you won't get anything after a fault. Can...