[riot-devel] BLE stack

2015-03-18 Thread Kausthub Naarayan
Hi , This is the basic architecture layer which I have found out : Host side we have : GAP and GATT protocol interact with the Security manager (SM) and the attribute protocol (ATT) Which interacts with the L2CAP protocol to send the data to the controller . Controller side we have the

[riot-devel] BLE stack - GSoC

2015-03-17 Thread Kausthub Naarayan
hi , this is the diagram used for BLE software architecture what is host and controller in this figure ? ​ Is this the correct way to approach the Project N2 - BLE stack? thank you -- Regards Kausthub Naarayan B ___ devel mailing list

Re: [riot-devel] BLE stack gsoc

2015-03-16 Thread Kausthub Naarayan
Hi Ludwig , I wanted to know if GAP and GATT protocols are already implemented in RIOT ? Or if I have to implement can you suggest a way to do it ? Like I don't know how to go about coding it ? Also the link layer and physical layer will already be there in the BLE hardware right ? So I have to