Nanosonde
4c24836ebc
save work
2020-06-11 11:09:34 +02:00
nanosonde
cadc6c6124
Refactor broadcast/systembroadcast ( #62 )
...
* Add missing source files
* Fix comment
* Refactor Broadcast/SystemBroadcast
* Add empty confirm methods
* Remove unclean solution to suppress warning about unsed var
* Restore old structure
* Fix issues
* Add more missing source files
* Make sure that services from SystemBroadcast are also available from Broadcast on closed media
* Make sure that sent broadcast/systembroadcast frames are always marked as broadcast frames on closed media
2020-06-09 21:06:13 +02:00
Nanosonde
66b31a6dd7
Make sure that services from SystemBroadcast are also available from Broadcast on closed media
2020-06-09 12:21:00 +02:00
Nanosonde
f84e434bae
Readd systembroadcast methods
2020-06-09 12:11:09 +02:00
Nanosonde
34e7b2dd36
Restore old broadcast structure
2020-06-09 12:06:43 +02:00
thelsing
fa269a259d
Merge pull request #65 from nanosonde/disable_ci_8266
...
Disable Travis-CI 8266 Arduino test
2020-06-08 18:04:29 +02:00
thelsing
48dd76748c
Merge pull request #64 from nanosonde/feat_funcprop
...
Add support for Function Properties
2020-06-08 18:03:00 +02:00
Nanosonde
54d8a009cf
save work
2020-06-08 14:15:22 +02:00
nanosonde
d1701db1d1
Disable Travis-CI 8266 Arduino test
2020-06-08 11:43:06 +02:00
Nanosonde
918d3f37c4
Fix compilation.
2020-06-08 11:14:56 +02:00
Nanosonde
86c8f359e3
Add support for Function Properties
2020-06-08 11:04:00 +02:00
Nanosonde
332663897f
save work
2020-06-01 19:27:34 +02:00
Nanosonde
262842cea3
save work
2020-06-01 19:06:04 +02:00
Nanosonde
c35c550bc2
save work
2020-05-31 18:53:54 +02:00
Nanosonde
ff9426fdc3
save work
2020-05-31 18:44:59 +02:00
Nanosonde
ef004ced0d
Fix comment
2020-05-29 18:17:54 +02:00
Nanosonde
2d70750378
Rework
2020-05-29 18:14:59 +02:00
Nanosonde
73a0989a3b
Handle SystemBroadcast and Broadcast for TP and IP
2020-05-29 18:06:24 +02:00
Nanosonde
960c7744f9
save work
2020-05-28 17:46:43 +02:00
Nanosonde
281fe4ab02
initial commit
2020-05-27 20:36:41 +02:00
thelsing
cc1fc7d5fb
Update .travis.yml
2020-05-08 02:33:53 +02:00
Thomas Kunze
c31053a7fd
add pio ignores to gitignore
2020-05-08 02:06:23 +02:00
Thomas Kunze
5f4f86dcbd
add platformio file and fix compiling without IP
2020-05-08 01:50:50 +02:00
Thomas Kunze
16de2048e6
Merge branch 'master' of https://github.com/thelsing/knx
2020-05-07 20:15:22 +02:00
Thomas Kunze
c97bcc29f3
comment some debugging code
2020-05-07 20:15:15 +02:00
nanosonde
31319a690b
Fix travis build ( #56 )
...
* Disable knx-usb example
* Update python to 3.8
* Enable knx-usb example
* Update to Arduino 1.8.11
* Pin to version 1.8.11
* Use python 3.7
* Use python 3.8 and fix path
* Fix paths and remove obsolete stuff
* Add lib Wire to deps.
* Use Adafruit TinyUSB lib version 0.7.1
2020-05-07 19:35:10 +02:00
etrinh
217794d219
Merge branch 'master' of https://github.com/thelsing/knx
2020-05-02 17:33:54 +02:00
Thomas Kunze
ed5dc73984
fix overrides of bau27b0
2020-05-02 11:43:02 +02:00
etrinh
d789fb1459
Enable TP medium for ESP32
2020-04-07 18:24:28 +02:00
etrinh
0f99a4c969
Fix compilation warning
...
STM32 uses TP
2020-04-02 22:10:50 +02:00
etrinh
ced8aa0a31
Fix conflicts with STM32 DADDR, knx DADDR rename DEVADDR
2020-04-02 18:25:52 +02:00
etrinh
34df27ee87
fix bad commit
2020-04-02 18:16:15 +02:00
etrinh
147a3942ad
Add priliminar Arduino STM32 port
2020-04-02 18:09:53 +02:00
Thomas Kunze
894a54fa7f
enable RF and TP
2020-03-12 21:34:00 +01:00
Thomas Kunze
445bf05f93
fix bug in save code
2020-02-11 22:16:59 +01:00
Thomas Kunze
4dda99b341
only add rf props ifdef USE_RF
2020-01-11 21:20:25 +01:00
Thomas Kunze
82f463f965
refactor cemi server object
2019-12-28 10:56:33 +01:00
Thomas Kunze
1465cb558c
split USE_USB from USE_CEMI_SERVER
2019-12-28 09:54:02 +01:00
Thomas Kunze
e2fd20ab9a
implement knx-ip searchresponse
2019-12-28 00:29:17 +01:00
Thomas Kunze
02a24ea3b8
move #endif
2019-12-27 10:47:22 +01:00
Thomas Kunze
6ae000482f
- add some knx-ip classes
...
- return no data if Property has no elements
- implement get{ipAddress, netmask, defaultGw, macAddress) for linux platform
2019-12-27 02:06:10 +01:00
Thomas Kunze
8f61ef8608
fix length of PDT_VERSION
2019-12-22 17:45:24 +01:00
Thomas Kunze
d3d95f1185
add object for routing indication packet
2019-12-22 17:31:33 +01:00
Thomas Kunze
e788047213
Merge branch 'master' of https://github.com/thelsing/knx
2019-12-21 17:48:54 +01:00
Thomas Kunze
f8e2da00a2
refactor device object, add more const to functions
2019-12-21 17:48:46 +01:00
thelsing
f7de00c1df
Update .travis.yml
2019-12-18 23:05:08 +01:00
thelsing
337e5bd3a5
Update CMakeLists.txt
2019-12-18 22:58:45 +01:00
thelsing
fdbe74b3c2
Update .travis.yml
2019-12-18 22:53:59 +01:00
thelsing
68ab5ed2e0
Update CMakeLists.txt
2019-12-18 22:51:32 +01:00
thelsing
721bd8c831
Update .travis.yml
2019-12-18 22:49:06 +01:00