Matthias Ringwald
bc6a318f21
Avoid __ prefix in defines
2023-12-04 17:48:14 +01:00
Matthias Ringwald
762141afa5
example: use sdp_create_service_record_handle() for sdp record and assert sdp record buffer is large enough, fixes #489
2023-06-20 09:48:33 +02:00
Matthias Ringwald
ff1cb1067d
example/pan_lwip_http_server: only init lwip if HAVE_LWIP is not defined
2023-01-12 19:00:07 +01:00
Milanka Ringwald
fcd55a0b5a
examples: unify status stdout format
2023-01-10 11:32:53 +01:00
Matthias Ringwald
8c9bb29ec2
example: init SM if LE supported to avoid issue with Android Cross-Transport Key-Derivation
2021-12-17 21:04:50 +01:00
Milanka Ringwald
2fca4dad95
license: update text
2021-11-02 09:31:00 +01:00
Matthias Ringwald
e883851f1d
fix warnings for log_info/printf
2020-11-30 11:59:26 +01:00
Milanka Ringwald
ec8ae085b4
docu: copy editing examples titles
2020-10-23 09:55:01 +02:00
Matthias Ringwald
fdfba5a318
example/pan_lwip_http_server: allow build without lwIP support for custom files in http server
2020-01-06 14:53:53 +01:00
Matthias Ringwald
c10be05f57
example/pan_lwip_http_server: set CoD to Networking/Network Access Point
2019-12-03 10:57:21 +01:00
Matthias Ringwald
4251aeec03
example/pan_lwip_http_server: fix warnings
2019-12-02 18:19:48 +01:00
Matthias Ringwald
fa8f6fac58
pan_lwip_http_server: serve test file for /NumberOfBytes.txt
2019-11-09 23:16:53 +01:00
Matthias Ringwald
0be141ae50
lwip: fix compile in OS config
2019-06-10 16:02:34 +02:00
Matthias Ringwald
97dc5e692c
new pan_lwip_http_server example
...
- add lwIP sources commit b3a939417 (after STABLE-2.1.1) as 3rd-party/lwip/core
- add small DHCP server as 3rd-party/lwip/dhcp-server
- add BNEP lwIP adapter that handles BNEP events and forwards packets between BNEP and lwIP (only tested for NO_SYS == 1)
- add pan_lwip_http_server example that provides lwIP http server on http://192.168.7.1
- example is added to port/libusb
2019-06-07 16:57:00 +02:00