Skip to content

Add spacebar-fakeserver to mock ModemManager

Devin Lin requested to merge work/devinlin/test into master

This MR introduces a test program that mocks the ModemManager API in order to test sending Spacebar without a modem.

It currently only supports simple sending and receiving messages, but is useful enough to debug simple issues. No MMS support yet though, maybe at a later date?

You can run this with sudo spacebar-fakeserver (ModemManager also needs to be off when this is the case)

image

Edited by Devin Lin

Merge request reports