Nueva iniciativa Microsoft OpenT2T: "La interfaz de todo"

ingrese la descripción de la imagen aquí


Microsoft : , IoT- Windows 10, .Net , .. , , , IoT-. Open Translators to Things(OpenT2T). , , " ". .


, , . , . , . :


LM35 ( ):


tempCC = (5.0 * reading(tempPin) * 100.0) / 1024.0 

TMP36 ( ):


tempC = (5.0 * reading(tempPin) -  0.5) * 100

10K , ( ):


tempC = log(((10240000/ reading(tempPin)) - 10000))
tempC = 1 / (0.001129148 + (0.000234125 + 0.0000000876741 * tempC ^ 2)) * tempC )
tempC = temp - 273.15

, , :


Philips Hue ( ):


PUT http://<bridge ip>/api/<username>/lights/1/state {"bri":254}

Wink Hub ( ):


PUT https://api.wink.com/light_bulb/<device_id>  {“desired_state": { “powered” : true} }

.


Microsoft : Open Translators to Things(OpenT2T). , " " . , . , Open Connectivity Foundation. Microsoft , . GitHub, .


" " JavaScript/Node.js. -. Windows, OS X, Android, Azure AWS. "" :



. "" . GitHub . AllSeen.


— . , , . (, , , ..), . . JavaScript Node.js. : C++, C#, Java ..


— .


? , CC2650.


  1. . []( https://github.com/openT2T/translators/blob/master/org.OpenT2T.Sample.SuperPopular.TemperatureSensor/org.OpenT2T.Sample.SuperPopular.TemperatureSensor.xml). - , .
  2. . .
  3. , . CC2650 OpenT2T : UWP #, Java Android, Azure IoT Hub AWS Kinesis.

, Microsoft , Roadmap. Alpha- :


  • . .
  • Console. , , node.js , . (Windows, OS X, Android iOS).
  • . . , .
  • CLI. ommand Line Interface, JavaScript . .
  • Sampleapps. . , . , , . , Xamarin, Cordova Swift, (Google Cloud).
  • Voice. Cortana .

. . tutorial. GitHub. . .


, , . , . . , , Microsoft , - . , , . .

Source: https://habr.com/ru/post/es393175/


All Articles