Guest User

Untitled

a guest
Jan 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. {
  2. "type": "flight",
  3. "start": 1301788800,
  4. "end": 1302479999,
  5. "name": "Skypod Launch",
  6. "launch": {
  7. "time": 1301911200,
  8. "timezone": "Europe/London"
  9. },
  10. "metadata": {
  11. "location": "Kilmarnock, Scotland, UK",
  12. "project": "skypod"
  13. },
  14. "payloads": {
  15. "skypod": {
  16. "radio": {
  17. "frequency": 434.650,
  18. "mode": "USB"
  19. },
  20. "telemetry": {
  21. "modulation": "rtty",
  22. "shift": 425,
  23. "encoding": "ascii-7",
  24. "baud": 100,
  25. "parity": "none",
  26. "stop": 2
  27. },
  28. "sentence": {
  29. "protocol": "UKHAS",
  30. "checksum": "crc16-ccitt",
  31. "payload": "skypod",
  32. "fields": [
  33. {
  34. "name": "message_count",
  35. "type": "int"
  36. }, {
  37. "name": "ext_temp",
  38. "type": "int"
  39. }, {
  40. "name": "int_temp1",
  41. "type": "int"
  42. }, {
  43. "name": "int_temp2",
  44. "type": "int"
  45. }, {
  46. "name": "pressure",
  47. "type": "int"
  48. }, {
  49. "name": "humidity",
  50. "type": "int"
  51. }, {
  52. "name": "batt_voltage",
  53. "type": "int"
  54. }, {
  55. "name": "time",
  56. "type": "time"
  57. }, {
  58. "name": "latitude",
  59. "type": "coordinate",
  60. "format": "dd.dddd"
  61. }, {
  62. "name": "longitude",
  63. "type": "coordinate",
  64. "format": "dd.dddd"
  65. }, {
  66. "name": "altitude",
  67. "type": "int"
  68. }, {
  69. "name": "speed",
  70. "type": "int"
  71. }, {
  72. "name": "fix_age",
  73. "type": "int"
  74. }, {
  75. "name": "cutdown",
  76. "type": "int"
  77. }, {
  78. "name": "freefall",
  79. "type": "int"
  80. }, {
  81. "name": "landed",
  82. "type": "int"
  83. }
  84. ]
  85. }
  86. }
  87. }
  88. }
Add Comment
Please, Sign In to add comment