Wykres commitów

7 Commity (898e1bc1ff59ba11491e91a8a72b4fe86f5c2590)

Autor SHA1 Wiadomość Data
Georg Lukas 1886218ed6 backend: move TNC init from 'backend' to 'proto' 2016-10-06 11:33:27 +02:00
Georg Lukas f748391b9b backend: major rework of backend/proto/link
There are now two major axes for a backend config, and the following
combinations are allowed.

* "proto" is the protocol:
   * AFSK
   * APRS-IS
   * KISS
   * Kenwood
* "link" is the connection type for KISS and Kenwood:
   * USB Serial
   * Bluetooth SPP
   * TCP/IP (client)
* "aprsis" is the connection type for APRS-IS:
   * TCP connection
   * HTTP POST
   * UDP (send only)

"backend" is the effective configuration that results from "proto" and
"link"/"aprsis", and it's responsible for creating the right backend
class. The backend class will then use the appropriate protocol handler.
2016-09-21 10:38:22 +02:00
Georg Lukas 4506ecccba TNC init string now URL-encoded, fix #121 2016-08-03 12:22:09 +02:00
Georg Lukas 8ddb3e876b BT: add sleep to init 2012-01-07 19:58:18 +01:00
Georg Lukas 528d5b70a7 BT: add TNC init string 2012-01-07 19:58:13 +01:00
Georg Lukas 6709d6fbab prefs: show values in activity 2011-11-12 23:50:55 +01:00
Georg Lukas 813e844e8f rename backend prefs 2011-11-10 22:59:08 +01:00