Commit Graph

  • 57ff520583 moved the code to calculate basic information. master tanupoo 2020-08-31 10:04:22 +0900
  • ab736ea237 added a test referred to the semtech calculator.. tanupoo 2020-08-31 09:40:57 +0900
  • 926b3d604d added example of the command line. tanupoo 2020-08-31 09:31:45 +0900
  • f870f5bcbe enabled to show raw data rate. tanupoo 2020-08-31 09:26:30 +0900
  • 1758e620c5 moved argument parser into lorawan_toa_cal.py tanupoo 2020-08-31 09:02:01 +0900
  • ae08c14b83 supported python3 tanupoo 2020-08-30 18:59:13 +0900
  • c9605cc68d removed the output of japan regulation. tanupoo 2020-08-30 11:32:08 +0900
  • 8322d7a2c9 fixed an example. the output was taken from other output... tanupoo 2020-08-30 11:31:21 +0900
  • 8e2fcf4fa2 enable to show data rate in Japan regulation. tanupoo 2020-08-29 13:16:44 +0900
  • 236bc056bb moved parse_args() from library to toa.py. tanupoo 2020-08-28 19:14:19 +0900
  • b5d12c72fb changed the place of note. tanupoo 2020-08-28 19:07:10 +0900
  • 28fa11e177 fixed the old text. tanupoo 2020-08-28 19:04:21 +0900
  • 15f6e3a806 added a note. tanupoo 2020-08-28 19:03:03 +0900
  • ba3544a97c updated the usage. tanupoo 2020-08-28 18:58:44 +0900
  • 0f9f3b462f - added toa.py for python3. get_toa() moved into lorawan_toa_cal.py. - didn't touch lorawan_toa.py for compatibility. tanupoo 2020-08-28 18:54:54 +0900
  • fb1ed3b47b described SIZE in detail. Shoichi Sakane 2018-06-03 12:29:27 +0900
  • 18dd0c15cb improved the help message of SIZE. Shoichi Sakane 2018-05-18 23:10:05 +0900
  • a166dbbd6d modified the message about the dwell time. Shoichi Sakane 2018-05-18 23:06:54 +0900
  • 88c16f9edd added a fault line. Shoichi Sakane 2017-10-24 15:29:15 +0900
  • d5f181e0f4 updated. Shoichi Sakane 2017-10-23 09:12:26 +0900
  • 9dddd35f70 modified the key of the values. Shoichi Sakane 2017-10-23 09:12:10 +0900
  • 5a7fc74741 fixed the help message of the duty cycle. improved the help messages for the numbers. Shoichi Sakane 2017-10-23 08:29:49 +0900
  • 65cb5d63e4 took into account of duty cycle. now it can show the max number of packet per day. Shoichi Sakane 2017-10-23 00:02:43 +0900
  • 2283b1354d data rate calcuration and producing graphs. Shoichi Sakane 2017-10-12 20:26:42 +0900
  • 768e18c619 DE is going to be 1 if t_preamble exceeds 16ms. Shoichi Sakane 2017-10-09 15:42:35 +0900
  • 7bc8e43cd8 fixed the output. Shoichi Sakane 2017-10-09 15:42:10 +0900
  • 46c31749ea updated Shoichi Sakane 2017-10-09 15:10:00 +0900
  • 2b3b59fe19 updated Shoichi Sakane 2017-10-09 15:07:31 +0900
  • 4a37bc82c7 added new test set, e.g. auto LDRO. Shoichi Sakane 2017-10-09 14:42:40 +0900
  • 49b6719894 removed Shoichi Sakane 2017-10-09 14:41:54 +0900
  • e49ac9855c fixed the LDRO usage. It only enables when the symble time exceeds 16ms, which is described in the SX1276 datasheet. Shoichi Sakane 2017-10-08 22:21:49 +0900
  • 4616bf6472 aligh to the change of the return value. Shoichi Sakane 2017-10-08 13:36:35 +0900
  • 9f4a6c3390 - the member name was changed. - the maximum phy payload is 255. Shoichi Sakane 2017-10-08 11:47:49 +0900
  • c8a2f3fa17 aligned to the datasheet rev5. the variable names were changed. some of the return values are added. values are Shoichi Sakane 2017-10-08 11:44:33 +0900
  • 93213cb784 enabled to show the detail in calculation with the -v option. Shoichi Sakane 2017-09-28 07:02:36 +0900
  • 6c89e6d0a0 align to the modification of get_toa(). Shoichi Sakane 2017-09-26 08:13:07 +0900
  • a0b6f4484f enable to show the MAC frame data rate. Shoichi Sakane 2017-09-26 07:57:29 +0900
  • efbaf237e5 updated Shoichi Sakane 2017-09-26 07:49:46 +0900
  • 217a67861b updated Shoichi Sakane 2017-09-23 21:43:30 +0900
  • 1739094721 enabled to specify the all parameters for the fomula to caculate the ToA. Shoichi Sakane 2017-09-23 21:36:16 +0900
  • c65c58e2d3 updated Shoichi Sakane 2017-09-12 05:00:02 +0900
  • e50d8a9119 updated Shoichi Sakane 2017-09-11 12:35:18 +0900
  • 7b82df8c91 updated Shoichi Sakane 2017-09-11 12:34:08 +0900
  • 299b5e47cf fixed the reference to the image Shoichi Sakane 2017-09-11 12:01:25 +0900
  • c9bd5a633c initial commit Shoichi Sakane 2017-09-11 11:59:41 +0900
  • 6d08fb32f6 initial commit Shoichi Sakane 2017-09-11 11:59:18 +0900
  • eec02d6c50 Merge branch 'master' of github.com:tanupoo/lorawan_toa Shoichi Sakane 2017-09-11 11:53:09 +0900
  • ca897243d7 initial Shoichi Sakane 2017-09-11 11:51:17 +0900
  • 614c63a9c0 Initial commit Shoichi Sakane 2017-09-11 11:49:46 +0900