From 009f0736b34fb62cd24245d897e5884105f6c1b9 Mon Sep 17 00:00:00 2001 From: randogoth Date: Sun, 28 May 2023 17:48:05 +0300 Subject: [PATCH] updated --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index ebe7cb4..dad2bdc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Quanttp 2 Entropy Server _based on [quanttp](https://github.com/awasisto/quanttp) by [Andika Wasisto](https://www.wasisto.com/)_ -An HTTP API that wraps [ComScire quantum random number generator API](https://comscire.com/downloads/qwqngdoc/). +An HTTP API that wraps [MeterFeeder](https://github.com/TheRandonauts/MeterFeeder) instead of the [ComScire quantum random number generator API](https://comscire.com/downloads/qwqngdoc/) to support serving entropy from multiple devices. It also adds JSON endpoints. Running ------- @@ -37,9 +37,6 @@ Usage Example ### REST JSON API - http://localhost:/api/json/randint32?length=3&deviceId=QWR4E001 - < {"devices":['QWR4E002|MED100KX8 100 kHz', 'QWR4E001|MED100KX8 100 kHz']} - http://localhost:/api/json/randint32?length=3&deviceId=QWR4E001 < {"server": "", "type": "string", "format": "int32", "length": 3, "data": [1524492492, -1194151004, 1365408501], "success": "true"}