Hello, I have opened a pull request for adding support for sending sensor data over OIC:
https://github.com/apache/incubator-mynewt-core/pull/234 <https://github.com/apache/incubator-mynewt-core/pull/234> This commit adds basic support for sending sensor data over OIC using the sensor framework. It is upto the app to create the gatt server and define a device address and device name. There is a sysconfig setting SENSOR_BLE_OIC using which you can specify if you would like to enable the functionality. You can find an example of the same in the sensors_test app. Regards, Vipul Rahane
