Manuel Domke
a29e3c481f
--help returns with exit-code 0 now. rc=1 when errors in option parsing.
2018-02-26 14:09:50 +01:00
Manuel Domke
88a8acf84f
filename as optional parameter for plot-scripts
2018-02-26 14:08:57 +01:00
Manuel Domke
2c0c07dc0d
update references after moving plots to tests/
2018-02-22 23:06:30 +01:00
Manuel Domke
0378cf87e1
Merge branch 'master' of https://github.com/waywardgeek/infnoise
2018-02-22 23:01:55 +01:00
Manuel Domke
90aa7a56f4
renamed results -> results_25000K
2018-02-22 22:56:36 +01:00
Manuel Domke
85abdf5d6c
Update README.md
2018-02-22 22:55:41 +01:00
Manuel Domke
b5b917b02f
Update README.md
2018-02-22 22:51:51 +01:00
Manuel Domke
16b61b4b56
fixed path to python scripts
2018-02-22 22:43:13 +01:00
Manuel Domke
d3ecc4a990
moved plots and samples to "tests"
2018-02-22 22:39:07 +01:00
Manuel Domke
a612c788fe
create plots directory
2018-02-22 22:28:33 +01:00
Manuel Domke
510590acdc
Update README.md
2018-02-22 22:13:12 +01:00
Manuel Domke
91c2ce954b
Update README.md
2018-02-22 22:11:00 +01:00
Manuel Domke
d2d7244229
Update README.md
2018-02-22 21:59:28 +01:00
Manuel Domke
319b0aa1ff
Update README.md
2018-02-22 21:58:56 +01:00
Manuel Domke
ab939c652f
added test results
2018-02-22 21:11:52 +01:00
Bill
169cbf9706
Merge pull request #43 from manuel-domke/master
...
added crowdsupply campaign
2018-02-08 18:58:00 -08:00
Manuel Domke
8c3c0dc44c
Merge pull request #4 from darrellrossman/patch-1
...
Correct CS spelling
2018-02-07 22:47:46 +01:00
darrellrossman
e8adcb5f62
Correct CS spelling
2018-02-07 12:46:38 -08:00
Manuel Domke
f8fc624836
added space
2018-02-04 23:32:05 +01:00
Manuel Domke
2dca3d59a1
Update README.md
2018-02-04 23:28:37 +01:00
Manuel Domke
dd5ca35181
Add files via upload
2018-02-04 23:19:52 +01:00
Bill
5e70c771a8
Merge pull request #41 from salfter/master
...
design ported from EAGLE to KiCad
2018-02-02 16:41:18 -08:00
salfter
92882eecc1
update BOM with Mouser part numbers, as DigiKey no longer carries the
...
TC75W57FK and some of the passives are also either gone or on their way out
2018-01-29 11:26:30 -08:00
salfter
34f4a40c08
ported from EAGLE to KiCad
2018-01-29 11:15:45 -08:00
Bill
01face5725
Merge pull request #39 from manuel-domke/config
...
make systemd service configurable via /etc/infnoise.conf
2018-01-12 16:29:16 -08:00
Bill
e1aa5ff38c
Merge pull request #40 from runema/poll-delay
...
Always se long poll() timeout
2018-01-05 11:37:10 -08:00
Rune Magnussen
a98408c95e
Always se long poll() timeout
...
Many init systems do their own backgrounding so use long timeout
unconditionally. Change suggested by Manuel Domke.
2018-01-04 16:51:48 +01:00
Manuel Domke
a0345cdf18
cleanup
2017-12-31 19:17:58 +01:00
Manuel Domke
e523de9aee
added environment variable INFNOISE_DEBUG
2017-12-31 19:13:00 +01:00
Manuel Domke
9a5d776c5c
code cleanup
2017-12-31 18:58:31 +01:00
Manuel Domke
8224bdb69a
introduced environment variables INFOISE_SERIAL and INFNOISE_MULTIPLIER to inject settings via config file
2017-12-31 18:55:46 +01:00
Manuel Domke
81f1c15995
make systemd service configurable via /etc/infnoise.conf
2017-12-31 18:11:27 +01:00
Bill
e22753d078
Merge pull request #38 from manuel-domke/master
...
cleanup init_scripts directory
2017-12-23 15:00:49 -08:00
Manuel Domke
fb1f4ab8c5
Update README.md
2017-12-23 21:20:01 +01:00
Manuel Domke
29b2752688
cleanup init_scripts directory
2017-12-23 21:07:27 +01:00
Bill
3268edbf6c
Merge pull request #37 from manuel-domke/refactoring
...
improved error handling for listing devices and nicer output
2017-12-23 11:27:15 -08:00
Bill
be18034641
Merge pull request #35 from runema/opt-struct
...
Introduce struct for parsed options
2017-12-23 11:26:51 -08:00
Bill
7614ba8f5b
Merge pull request #28 from captainpete/master
...
Sample init scripts
2017-12-23 11:23:00 -08:00
Bill
5fe736b7a0
Merge pull request #36 from manuel-domke/udev-fix
...
fixed stopping of service when device is unplugged
2017-12-23 11:21:13 -08:00
Manuel Domke
7fae449d27
formatting
2017-12-23 15:41:56 +01:00
Manuel Domke
d8a5473dab
removed redundant VEND_ID and PROD_ID
2017-12-23 15:38:32 +01:00
Manuel Domke
6cd6b88b43
improved error handling for listing devices and nicer output
2017-12-23 15:37:35 +01:00
Manuel Domke
298f9f56fb
fixed stopping of service when device is unplugged
2017-12-23 15:30:23 +01:00
Rune Magnussen
2eebda163d
Only force new entropy once a minute when backgrounded
...
Make the poll-timeout one minute if the option --daemon is used.
This saves a lot og CPU-time.
2017-12-01 16:18:29 +01:00
Rune Magnussen
54101c0de4
Introduce struct opt_struct for parsed options.
...
Parsed options are now placed in a structure which is passed as
argument to functions reduce the number of parameters. This makes
the call sites simpler. It also makes more informations available
to the functions.
2017-11-30 23:04:22 +01:00
Bill
4ea49ed8a3
Merge pull request #27 from manuel-domke/master
...
updated readme and some refactoring
2017-09-20 17:08:33 -07:00
Manuel Domke
15f27862e9
Merge branch 'master' into master
2017-09-20 21:37:56 +02:00
Bill
3b34134a00
Merge pull request #32 from runema/fix-dep
...
OpenRC script: Fix dependencies
2017-09-19 14:16:11 -07:00
Rune Magnussen
259267a7de
OpenRC script: Fix dependencies
...
Wait for filesystems to be mounted. This makes sure there is a
place to write the PID-file.
Provide "trng" for other scripts to depend on.
2017-09-19 16:42:12 +02:00
Bill
949c46cfe3
Merge pull request #31 from runema/scripts
...
Scripts
2017-09-18 04:11:09 -07:00