Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. {
  2. "vessel": {
  3. "uuid": "urn:mrn:imo:mmsi:98765432"
  4. },
  5. "pipedProviders": [
  6. {
  7. "pipeElements": [
  8. {
  9. "type": "providers/udp",
  10. "options": {
  11. "port": "55556"
  12. }
  13. },
  14. {
  15. "optionMappings": [
  16. {
  17. "toOption": "selfId",
  18. "fromAppProperty": "selfId"
  19. },
  20. {
  21. "toOption": "selfType",
  22. "fromAppProperty": "selfType"
  23. }
  24. ],
  25. "type": "providers/nmea0183-signalk"
  26. }
  27. ],
  28. "id": "OPkplex"
  29. },
  30. {
  31. "pipeElements": [
  32. {
  33. "type": "providers/udp",
  34. "options": {
  35. "port": "55557"
  36. }
  37. },
  38. {
  39. "type": "providers/from_json"
  40. }
  41. ],
  42. "id": "OPsensors"
  43. },
  44. {
  45. "pipeElements": [
  46. {
  47. "type": "providers/udp",
  48. "options": {
  49. "port": "55558"
  50. }
  51. },
  52. {
  53. "type": "providers/from_json"
  54. }
  55. ],
  56. "id": "OPnotifications"
  57. },
  58. {
  59. "pipeElements": [
  60. {
  61. "type": "providers/udp",
  62. "options": {
  63. "port": "55559"
  64. }
  65. },
  66. {
  67. "type": "providers/from_json"
  68. }
  69. ],
  70. "id": "OPserial"
  71. },
  72. {
  73. "pipeElements": [
  74. {
  75. "type": "providers/udp",
  76. "options": {
  77. "port": "55561"
  78. }
  79. },
  80. {
  81. "type": "providers/from_json"
  82. }
  83. ],
  84. "id": "OPwifi"
  85. },
  86. {
  87. "pipeElements": [
  88. {
  89. "type": "providers/filestream",
  90. "options": {
  91. "filename": "samples/plaka.log"
  92. },
  93. "optionMappings": [
  94. {
  95. "fromAppProperty": "argv.nmeafilename",
  96. "toOption": "filename"
  97. }
  98. ]
  99. },
  100. {
  101. "type": "providers/throttle",
  102. "options": {
  103. "rate": 500
  104. }
  105. },
  106. {
  107. "type": "providers/liner"
  108. },
  109. {
  110. "type": "providers/nmea0183-signalk",
  111. "optionMappings": [
  112. {
  113. "fromAppProperty": "selfId",
  114. "toOption": "selfId"
  115. },
  116. {
  117. "fromAppProperty": "selfType",
  118. "toOption": "selfType"
  119. }
  120. ]
  121. }
  122. ],
  123. "id": "NMEA0183FromFile"
  124. }
  125. ],
  126. "interfaces": {}
  127. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement