PureSwift / Bluetooth

Pure Swift Bluetooth library
http://pureswift.github.io/Bluetooth/
MIT License
176 stars 25 forks source link

IPSP / RFC 7668 implementation? #151

Open beriberikix opened 1 year ago

beriberikix commented 1 year ago

https://www.bluetooth.com/specifications/specs/internet-protocol-support-profile-1-0/ https://www.rfc-editor.org/rfc/rfc7668.html

Hello! I'm interested in developing an app the supports an IoT device that uses IPv6 over BLE (RFC7668) in Swift. While iOS doesn't support IPSP natively like Linux, it can be implemented on top of l2cap. Is anyone aware of an IPSP implementation, or is there any efforts underway here?

Many thanks!