| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* setting the temperature just prints it out
* asking for the next time to sample returns a constant (later, it
will read from stdin)
with this, I can wrap this program with `IPC::Run` or similar, and write
all the logic in Perl!
the esp32 will send its own device id with the temperature, and we can
safely assume that the request for "next time" will come from the same
device
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Return after WriteValue method, fixes #12 #6
|
|/
|
|
|
|
|
|
|
|
| |
It's necessary to return the method call on dbus, because otherwise
the clients get an error after writing to the characteristic as
in issue #12
See the code comments for more details.
Signed-off-by: Bruno Randolf <br1@einfach.org>
|
|\
| |
| | |
Add setting of discoverable mode
|
| |
| |
| |
| |
| |
| |
| |
| | |
This is necessary for the advertisements to be in "LE General
Discoverable Mode" which makes them visible (especially to other Linux
boxes).
Signed-off-by: Bruno Randolf <br1@einfach.org>
|
|\ \
| |/
|/| |
HciAdapter: Endian fixes
|
|/
|
|
|
|
|
|
|
| |
Keep code and dataSize before converting to network format, otherwise
we will use the network converted values on the host side later.
This fixes errors I have encountered on a MIPS platform.
Signed-off-by: Bruno Randolf <br1@einfach.org>
|
|
|
|
| |
startup. This includes a change to change to the behavior of change notifications for values, they no longer check for an active connection before transmitting - this is now up to the caller.
|
| |
|
| |
|
|
|
|
| |
ability to wait for threaded responses from HCI commands.
|
|
|
|
| |
problem areas.
|
| |
|
|
|
|
| |
ggkStart() allowing an application to change them based on configuration rather than compilation. Power-off-disconnect errors hacked out of existence. A few log lines that were set to trace converted to debug log levels to reduce logspam.
|
|
|
|
| |
from ggkWait.
|
| |
|
| |
|
|
|