summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-07-22 12:54:25 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-07-22 12:54:25 +0200
commit3c5d8d40c75700cd96c14cb2f93b12d4bb2e7aa3 (patch)
tree13c1a07ee556c347e9b4af37efa4eebebc783378 /README
parent7327096801588a0ed19b680ba1b3f0a0d6a6d42d (diff)
downloadtaler-mdb-3c5d8d40c75700cd96c14cb2f93b12d4bb2e7aa3.tar.gz
taler-mdb-3c5d8d40c75700cd96c14cb2f93b12d4bb2e7aa3.tar.bz2
taler-mdb-3c5d8d40c75700cd96c14cb2f93b12d4bb2e7aa3.zip
-ca draft
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 13 insertions, 9 deletions
diff --git a/README b/README
index 3280379..1aff695 100644
--- a/README
+++ b/README
@@ -1,14 +1,14 @@
-# GNU Taler snack machine
+# GNU Taler hardware integrations
-#### Author(s)
- * BOSS Marco
- * HOFER Dominik
- * GROTHOFF Christian
+* snack machine (taler-mdb)
+* coin acceptor (taler-coin-acceptor)
+* cash acceptor (TBD)
#### Prerequisites
* GNU gcc tool-chain
* C standard libraries
* libnfc
+ * libusb
* libcurl/libgnurl
* libjansson
* GNU make
@@ -27,10 +27,13 @@
* Adafruit PiTFT 3.5" display
#### Description
-This is a app to run a snack machine as Taler merchant with NFC payment interface.
-Optionally there can a QRCode be shown on a display to get the payment link.
+
+taler-mdb is a app to run a snack machine as Taler merchant with NFC
+payment interface. Optionally there can a QRCode be shown on a
+display to get the payment link.
#### Remarks
+
* When using an ACR122 device there may be problems with libnfc.
[see here](https://github.com/nfc-tools/libnfc) for further information
* At the moment there is no option to cross compile
@@ -45,5 +48,6 @@ Building should be easily done with the following three commands:
```
#### Configuration
-To configure the merchants backend and the product numbers of the snack machine edit
-taler.conf file.
+
+To configure the merchants backend and the product numbers of the
+snack machine edit taler.conf file.