Fork of my MQTTGateway

Dependencies:   mbed-http

Committer:
vpcola
Date:
Sat Apr 08 14:45:51 2017 +0000
Revision:
0:f1d3878b8dd9
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
vpcola 0:f1d3878b8dd9 1 {
vpcola 0:f1d3878b8dd9 2 "name": "atmel-rf-driver",
vpcola 0:f1d3878b8dd9 3 "version": "3.0.2",
vpcola 0:f1d3878b8dd9 4 "description": "RF driver for Atmel AT86RF233",
vpcola 0:f1d3878b8dd9 5 "keywords": [
vpcola 0:f1d3878b8dd9 6 "rf",
vpcola 0:f1d3878b8dd9 7 "driver"
vpcola 0:f1d3878b8dd9 8 ],
vpcola 0:f1d3878b8dd9 9 "author": "Seppo Takalo <seppo.takalo@arm.com>",
vpcola 0:f1d3878b8dd9 10 "license": "Apache-2.0",
vpcola 0:f1d3878b8dd9 11 "dependencies": {
vpcola 0:f1d3878b8dd9 12 "nanostack-libservice": "^3.0.0",
vpcola 0:f1d3878b8dd9 13 "sal-stack-nanostack": "^5.0.0",
vpcola 0:f1d3878b8dd9 14 "mbed-drivers": "^1.0.0"
vpcola 0:f1d3878b8dd9 15 },
vpcola 0:f1d3878b8dd9 16 "targetDependencies": {}
vpcola 0:f1d3878b8dd9 17 }