Commit Graph

16 Commits

Author SHA1 Message Date
Josef Schlehofer 14bb23f930 treewide: take maintainership from Karel
Both of us were working for Turris and using these devices on daily basis.
A few of these packages are still required and used by Turris. It would be great if
Turris people will take maintainership of these packages, but if they decide not to,
I can step in and take them.

Since Karel switched from using OpenWrt to NixOS and hopefully, I didn't reveal some
secret here, let's take maintainership of his packages.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2023-09-04 11:08:43 +02:00
Alexandru Ardelean 6bfecdf432 bigclown-gateway: use Python's json lib
From:
  https://github.com/hardwario/bch-gateway/pull/17

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-08-16 13:12:33 -07:00
Alexandru Ardelean 4ae376ea02 bigclown-control-tool: use Python's json lib
From:
  https://github.com/hardwario/bch-control-tool/pull/5

This is a backport version 0.2.0

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-08-16 13:12:33 -07:00
Rosen Penev 53d86c2680
Merge pull request #13746 from Cynerd/bigclown-mqtt2influxdb-1.4.0
bigclown-mqtt2influxdb: bump to version 1.4.0
2020-10-22 21:50:12 -07:00
Karel Kočí ba8748f957
bigclown-mqtt2influxdb: bump to version 1.4.0
Signed-off-by: Karel Kočí <cynerd@email.cz>
2020-10-20 14:05:23 +02:00
Karel Kočí 7c583e09b3
bigclown-firmware-tool: bump to version 1.5.2
Signed-off-by: Karel Kočí <cynerd@email.cz>
2020-10-20 14:00:09 +02:00
Jeffery To 1bc2f4f3c6 treewide: Remove Python variants for non-Python packages
This removes Python-related build variants, and adds
PYTHON3_PKG_BUILD:=0 and minor build adjustments (where appropriate),
for non-Python packages. There should be no changes to build output.

This also updates some include paths for python3-package.mk and/or
python3-host.mk to be relative to the package Makefile.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-19 01:56:23 +08:00
Karel Kočí a7668c583b
bigclown: use pypi.mk
Convert bigclown packages to use pypi.mk and pypi in general instead of
github.

This allows us to remove version replacement as that is already done in
pypi archive.

Updated dependencies to also contain proxy dependencies that are listed
in upstream.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2020-02-20 15:39:50 +01:00
Karel Kočí d89b9a10ad
bigclown-mqtt2influxdb: update to version 1.3.0
Signed-off-by: Karel Kočí <cynerd@email.cz>
2020-02-20 12:24:42 +01:00
Karel Kočí 199bd9ec99
bigclown-firmware-tool: update to version 1.5.1
Signed-off-by: Karel Kočí <cynerd@email.cz>
2020-02-20 12:24:40 +01:00
Karel Kočí 508e2b865a
bigclown-mqtt2influxdb: update to version 1.2.0
This version introduces new option -d that makes service not to exit on
error. This is brutal solution but is required to protect against
service failure when remote resource is down.

bigclown-mqtt2influxdb is service moving data from MQTT to InfluxDB and
both of those services can and potentially are remote. The original
implementation where it failed when service goes down is not ideal
because network outage or target server outage can later require this
service restart.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2019-09-16 14:03:29 +02:00
Karel Kočí 7741e5db4b
bigclown-firmware-tool: update to version 1.4.1
This release updates: bcf create --from

There are no dependencies changes introduced by upstream and changes are
of limited character.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2019-09-16 14:03:17 +02:00
Karel Kočí 7950442dff
bigclown-firmware-tool: add new package
This is tool to flash/manage firmware in Bigclown modules.

Signed-off-by: Karel Kočí <cynerd@email.cz>
2019-07-08 15:56:50 +02:00
Karel Kočí 03e9f03db4
bigclown-mqtt2influxdb: add package
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2019-03-11 20:37:21 +01:00
Karel Kočí e75a90a5e4
bigclown-control-tool: add package
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2019-03-11 20:37:21 +01:00
Karel Kočí baf9f218e7
bigclown-gateway: add package
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2019-03-11 20:37:21 +01:00