History log of /btstack/platform/lwip/bnep_lwip.h (Results 1 – 4 of 4)
Revision Date Author Comments
# abb61bc2 18-Jan-2023 Peter Harper <[email protected]>

platform/lwip: add getter for netif provided by bnep

BNEP adds an interface to lwip. Add an accessor to allow us to get
access to it.


# 2fca4dad 02-Nov-2021 Milanka Ringwald <[email protected]>

license: update text


# 9c30c50a 26-Aug-2020 Matthias Ringwald <[email protected]>

bnep_lwip: add bnep_lwip_connect to establish BNEP connection and manage lwIP network interface


# 97dc5e69 02-Jun-2019 Matthias Ringwald <[email protected]>

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 ha

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

show more ...