commit b2c6a6458d3eb86c18c39c06b1c118dfd2a913d2
parent f1c13c333dccf79436327c6b39b247eb2c3a6cf6
Author: Natasha Kerensikova <natgh@instinctive.eu>
Date: Sat, 23 Aug 2025 18:56:14 +0000
Project infrastructure
Diffstat:
2 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -0,0 +1,13 @@
+Copyright (c) 2025, Natacha Porté
+
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/README.md b/README.md
@@ -0,0 +1,10 @@
+# NATS bot
+
+[](https://casuallymaintained.tech/)
+
+This is a daemon [NATS](https://nats.io/) client which
+runs Lua callbacks on received messages.
+
+It is inspired by [an earlier MQTT bot](https://fossil.instinctive.eu/mqttagent/),
+meant to be a kind of cron-but-for-MQTT-messages-instead-of-time to run actions,
+but ported to NATS instead of MQTT.