c-mesh-api icon indicating copy to clipboard operation
c-mesh-api copied to clipboard

Wirepas's Dual MCU API to interface locally with a node device

Results 12 c-mesh-api issues
Sort by recently updated
recently updated
newest added

When porting to another platform it can be required to explicitly include all used libraries.

bug

Closes # . *Brief pull request description*

I want to use the Dual MCU chip (actually the [Thetis-I](https://www.we-online.com/en/components/products/THETIS-I) from Würth Elektronik) connected through UART to an embedded microcontroller (stm32). Unfortunately the official [Wirepas Massive Dual-MCU API Reference...

Hi, managed to compile the example but it seems it can't connect to the sink... Setup: - wirepas (dual mcu) usb dongle connected to a computer which is acting as...

The platform_lock_request() function returns a bool. The desired behaviour regarding the return value is not described in the platform.h file but looking at the linux implementation, **false** is returned when...

Add support for Darwin / macOS and Windows Windows support is targeting Visual Studio 2015 or higher, so that the resulting binary is compatible with standard release of Python for...

enhancement

Patch to workaround faulty segger chip of nordic kit.

enhancement

While doing upgrade from earlier WPC API library to c-mesh-api/master, we noticed this issue during code review. In lib/platform/linux/platform.c, dispatch queue accesses indication queue with m_queue_mutex held. However, polling thread...

bug