On quinta-feira, 30 de mar?o de 2017 17:36:01 PDT sunlf wrote: > Hi IoT devs, > > Now I want to use a WIFI module(threadX OS) to run OCF code. > > Does IoT support threadX OS now?
Hello Jason According to Wikipedia[1], ThreadX is a real-time operating system. If I'm reading the page correctly, this would be a target for IoTivity-Constrained, not Standard. There's no port for ThreadX right now. If you want to use this OS, you'll need to write that platform-specific code yourself. It shouldn't be too difficult: take a look at the other ports in the aptly-named "port/" subdir of the Constrained source code. If you have difficulty in writing the code, please ask and we'll do what we can to help you. [1] https://en.wikipedia.org/wiki/ThreadX -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center
