lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [patch #9364] RFC7668 - 6lowpan over Bluetooth Low Energy -


From: Aigner B.
Subject: [lwip-devel] [patch #9364] RFC7668 - 6lowpan over Bluetooth Low Energy -- a new netif
Date: Thu, 22 Mar 2018 10:32:38 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36

Follow-up Comment #16, patch #9364 (project lwip):

Hi Simon,

I've added your mentioned methods to my example code (although I don't
activate them until esp-idf updates to lwIP):

-) Address is set on L2CAP_EVENT_LE_INCOMING_CONNECTION via:
rfc7668_set_peer_addr_mac48(&rfc7668_netif,(uint8_t *)src.addr,6,1);

-) Input is sent directly to lwIP by using tcpip_inpkt:
tcpip_inpkt(p,&rfc7668_netif);

I think SAC/DAC compression should be used in RFC7668:
https://tools.ietf.org/html/rfc7668#section-3.2.4

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?9364>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]