Advertisement
Guest User

PE2BZ Logtail analysis Ian_

a guest
Feb 25th, 2018
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. This is PE2BZ logtail capture detail placed for line by line comparison purposes. Note the dither in fix data. How does Habitat resolve this, as it isn't actually
  2. the same fix data being used, but 'close'. differing fields: battery, longitude, latitude, sentence_id; neglecting the checksum of course.
  3.  
  4. That is the rtty report from the pe2bz_fldigi receiver
  5. And this is the pe2bz_lora from the logtail
  6.  
  7. [2018-02-25 10:10:08,921] INFO habitat.parser MainThread: Parsing [ascii] '$$FOOL1,1507,10:09:35,51.99155,4.19911,0,7,3506,17,77,71,3,67,0,0*536A\n' (3606170a3e71beca2862d77200c3a635b59c35f300debe57e535f7ac3605b57b) from PE2BZ_fldigi
  8. [2018-02-25 10:13:57,475] INFO habitat.parser MainThread: Parsing [ascii] '$$FOOL1,1514,10:13:51,51.99151,4.19892,0,7,3495,17,77,71,3,67,0,0*26A9\n' (80c447f2e03fb89e49f58f766558b6791fc590b9ed0f2806cedf998aa8e0c65b) from PE2BZ_lora
  9.  
  10. [2018-02-25 10:10:08,993] DEBUG habitat.parser MainThread: Selected payload_configuration 876296c1f0f661c757e88e2d50748627 for 'FOOL1'
  11. [2018-02-25 10:13:57,553] DEBUG habitat.parser MainThread: Selected payload_configuration 876296c1f0f661c757e88e2d50748627 for 'FOOL1'
  12.  
  13. [2018-02-25 10:10:08,995] INFO habitat.parser MainThread: UKHAS parsed data from FOOL1 successfully
  14. [2018-02-25 10:13:57,557] INFO habitat.parser MainThread: UKHAS parsed data from FOOL1 successfully
  15.  
  16. [2018-02-25 10:10:08,996] DEBUG habitat.parser MainThread: Parsed data: {
  17. [2018-02-25 10:13:57,557] DEBUG habitat.parser MainThread: Parsed data: {
  18.  
  19. "gpsfixtime": 0,
  20. "gpsfixtime": 0,
  21.  
  22. "statusbyte": 3,
  23. "statusbyte": 3,
  24.  
  25. "temperature": 17,
  26. "temperature": 17,
  27.  
  28. "battery": 3.51,
  29. "battery": 3.5,
  30.  
  31. "altitude": 0,
  32. "altitude": 0,
  33.  
  34. "_parsed": {
  35. "_parsed": {
  36.  
  37. "time_parsed": "2018-02-25T10:10:08Z",
  38. "time_parsed": "2018-02-25T10:13:57Z",
  39.  
  40. "payload_configuration": "876296c1f0f661c757e88e2d50748627",
  41. "payload_configuration": "876296c1f0f661c757e88e2d50748627",
  42.  
  43. "configuration_sentence_index": 0
  44. "configuration_sentence_index": 0
  45.  
  46. },
  47. },
  48.  
  49. "_sentence": "$$FOOL1,1507,10:09:35,51.99155,4.19911,0,7,3506,17,77,71,3,67,0,0*536A\n",
  50. "_sentence": "$$FOOL1,1514,10:13:51,51.99151,4.19892,0,7,3495,17,77,71,3,67,0,0*26A9\n",
  51.  
  52. "longitude": 4.19911,
  53. "longitude": 4.19892,
  54.  
  55. "latitude": 51.99155,
  56. "latitude": 51.99151,
  57.  
  58. "sentence_id": 1507,
  59. "sentence_id": 1514,
  60.  
  61. "hzoffset": 0,
  62. "hzoffset": 0,
  63.  
  64. "_protocol": "UKHAS",
  65. "_protocol": "UKHAS",
  66.  
  67. "time": "10:09:35",
  68. "time": "10:13:51",
  69.  
  70. "satellites": 7,
  71. "satellites": 7,
  72.  
  73. "mah": 67,
  74. "mah": 67,
  75.  
  76. "resets": 77,
  77. "resets": 77,
  78.  
  79. "config0byte": 71,
  80. "config0byte": 71,
  81.  
  82. "payload": "FOOL1"
  83. "payload": "FOOL1"
  84.  
  85. }
  86. }
  87.  
  88. The following was a non-matching line, merely an additional line from PE2BZ's capture from the logtail at the end of the first (rtty) part of the logtail report. It is added merely for completeness in my report. Ian_
  89.  
  90. [2018-02-25 10:10:09,097] DEBUG habitat.parser_daemon MainThread: Saved doc 3606170a3e71beca2862d77200c3a635b59c35f300debe57e535f7ac3605b57b successfully after 1 attempts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement