From dbe783e3c6f75f87a980f1e94b8afeb2dbf8a263 Mon Sep 17 00:00:00 2001 From: Enrico Zini Date: Thu, 18 Mar 2010 08:49:49 +0000 Subject: [PATCH] Notes about remotising devices --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index f7959a6..0bfa0a0 100644 --- a/README +++ b/README @@ -189,6 +189,10 @@ TODO list / wish list + GSM status on main screen (with messages while coming online, and operator, power and so on) - log and refuse incoming calls and messages + to "move" the GSM device to my laptop: + socat FILE:/dev/ttySAC0 TCP-LISTEN:12345,bind=192.168.0.202 + socat TCP:192.168.0.202:12345 PTY,link=/tmp/gps,raw,echo=0 + - alarm + play sound at alarm trigger - leave expired alarm on screen until acknowledged -- 2.39.5