Commit Graph

328 Commits

Author SHA1 Message Date
c4e6e8f369 Update js api version. 2022-04-21 21:45:41 +01:00
22face1a79 Fix Go api packages. api/go/v4.0.0-test.1 2022-04-21 15:19:27 +01:00
d55e5afc92 Add encode / decode JS templates on device-profile create. 2022-04-21 13:26:58 +01:00
e649e75c8d Refactor uplink / downlink GW <> NS messages.
This includes:

* Changing the modulation parameters to its own type.
* Changing the timing parameters to its own type.
* Change the gateway_id to string. As the json encoding for bytes fields
  is base64, this was confusing some users.
* Change the uplink / downlink id to uint32 from uuid. A string
  representation of the UUID field (for the same reason as the gateway
  id) would consome quite some additional bytes. An uint32 provides
  sufficient uniqueness for the purpose of uplink / downlink.
2022-04-21 11:42:28 +01:00
f033793f74 Make js codec execution time configurable.
Closes #1.
2022-04-19 12:05:32 +01:00
8e5d7f760a CI related changes. v4.0.0-test.1 2022-04-18 21:19:24 +01:00
724fb584f7 Add configuration for US915 sub-bands 2-7. 2022-04-13 14:05:55 +01:00
a60e8b96b1 Add configuration for AU915 sub-bands 1-7. 2022-04-13 13:41:52 +01:00
c53b095ce6 Add gateway channel-configuration to all region configs. 2022-04-13 11:44:44 +01:00
6c3b346047 Show 'Never' when device or gateway has not been online yet. (#8)
Signed-off-by: SAGAR PATEL <sagar.a.patel@slscorp.com>
2022-04-12 18:04:26 +01:00
3f5c4983e5 Update chirpstack_api dependencies. 2022-04-12 11:04:30 +01:00
16b023544c Update Cargo.toml. 2022-04-12 10:24:55 +01:00
0ab062cf9e Remove formatting feature from api. 2022-04-12 10:23:02 +01:00
7c66f13fc3 Ignore (auto generated) Bitbake recipes. 2022-04-12 10:22:39 +01:00
a9a3c35797 Revert "Revert to 2018 edition to support older Rust versions."
This reverts commit ad49c29592.

Some dependencies require 2021 edition.
2022-04-11 15:08:07 +01:00
58b74dbf1f Revert "Revert chirpstack_api edition to 2018."
This reverts commit f8ddfcd5f0.

Some dependencies require 2021 edition.
2022-04-11 15:06:50 +01:00
f8ddfcd5f0 Revert chirpstack_api edition to 2018. 2022-04-11 15:00:05 +01:00
ad49c29592 Revert to 2018 edition to support older Rust versions. 2022-04-11 14:55:36 +01:00
f940af686b fix typo.
Signed-off-by: SAGAR PATEL <sagar.a.patel@slscorp.com>
2022-04-08 10:07:47 +05:30
6640496e10 Update moment time format in Device and Gateway list page
Details:
- Also shows "Never" when timestamp not available.

Signed-off-by: SAGAR PATEL <sagar.a.patel@slscorp.com>
2022-04-08 09:52:10 +05:30
35d3e6bc92 Add gw channel config for EU868 region. 2022-04-07 21:30:30 +01:00
ecbfef26db Implement sending gw config for Concentratord based gws. 2022-04-07 21:29:13 +01:00
519a899398 Fix tab to spaces indentation. 2022-04-07 21:01:26 +01:00
0fe1ff10b4 Update lrwn/Cargo.toml. 2022-04-06 22:13:16 +01:00
1817651e78 Remove unused dependency. Remove publish = false. 2022-04-06 22:08:35 +01:00
677744a327 Update .gitattributes. 2022-04-06 21:50:23 +01:00
78f8b6336f Add .gitattributes file.
Currently the project is marked as JavaScript, because of the generated
Protobuf code. This should remove the generated api code, excluding the
Protobuf definitions itself.
2022-04-06 21:45:42 +01:00
96fe672fc7 Initial commit. 2022-04-06 21:18:32 +01:00