Hi, 2017-05-19 8:00 GMT+02:00 Härtinger Markus <markus.haertin...@xws.de>:
> Hi > > We are currently developing an WIFI support in RIOT-OS for the CPU cc3200. > > Our implementation is based on the code of Attilio Donà and the vendor > libraries of Texas Instruments. > Great! Thanks for picking that up. > > > After the first hardware support for this CPU currently we try to > implement the WLAN support. > > For this goal we have some questions: > > - Is there already an implementation for any WLAN IEEE-802.11 > CPU in RIOT-OS > AFAIK no. > - Is there an IPv4 support or only IPv6 > Currently only IPv6 is supported natively (though we support IPv4 via the lwIP pkg). But we don't say no if we get IPv4 support for GNRC ;-). > - Is it correct that it is only necessary to wirte the > cc3200_netdev.c-File. > The CC3200 delivers a full embedded network stack right? If so, I would rather suggest to either implement against GNRC's NETAPI [1] or the sock API [2], rather than netdev. Though it is the CC3200 network device, porting it to the netdev API might lead to problems that API rather thought to be used for link-layer networking. Kind Regards, Martine [1] http://doc.riot-os.org/group__net__gnrc__netapi.html [2] http://doc.riot-os.org/group__net__sock.html
_______________________________________________ devel mailing list devel@riot-os.org https://lists.riot-os.org/mailman/listinfo/devel