libyang is YANG data modelling language parser and toolkit written (and providing API) in C
最近更新: 3年前Linux in itself is not real time capable. With the additional PREEMPT_RT patch it gains real-time capabilities. The key point of the PREEMPT_RT patch is to minimize the amount of kernel code that is non-preemptible, while also minimizing the amount of code that must be changed in order to provide this added preemptibility. In particular, critical sections, interrupt handlers, and interrupt-disable code sequences are normally preemptible. The PREEMPT_RT patch leverages the SMP capabilities of the Linux kernel to add this extra preemptibility without requiring a complete kernel rewrite.
最近更新: 3年前libmodbus is a free software library to send receive data with a device which respects the Modbus protocol
最近更新: 3年前QA repo provides rules about how QA team runs and how contributors to this project, also includes test cases and framework
最近更新: 3年多前