Commit Graph

480 Commits

Author SHA1 Message Date
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
Rune Magnussen
3427d5b177 Add OpenRC based init script for Gentoo
Add a startup script for OpenRC based Gentoo-systems-
2017-09-15 20:52:51 +02:00
Rune Magnussen
250b5957fe Move startup scripts to scripts directory
Move init- and udev-scripts to ther own directory.
2017-09-15 15:19:36 +02:00
Bill
8d6dd2129b Merge pull request #30 from runema/fix-warn
Fix compiler-warning from GCC 6.4
2017-09-11 09:35:14 -07:00
Rune Magnussen
b1c311fe06 Fix compiler-warning from GCC 6.4
Redefining #defines gives a warning. That is trated like an error
with current compiler options.
2017-09-10 09:52:28 +02:00
Manuel Domke
bc3a73fc4a Merge pull request #1 from manuel-domke/patch-1
updated readme
2017-08-30 20:01:17 +02:00
Manuel Domke
268bca6e49 updated readme
added repos and link to releases
updated udev rule
new command line options --serial and --list-devices
2017-08-30 19:58:01 +02:00
Peter Hollows
bd857a3974 move udev rules file into init_scripts folder 2017-08-30 18:09:16 +10:00
Peter Hollows
ef47936f8f move archlinux systemd file into init_scripts folder 2017-08-30 18:09:01 +10:00
Peter Hollows
3eb5e07fd3 Replace systemd file with existing one from software folder 2017-08-30 18:08:30 +10:00
Peter Hollows
b393ae89f3 software/README: add note on init_scripts folder 2017-08-30 12:01:36 +10:00
Peter Hollows
6ce1386244 Add software/init_scripts folder with sample init scripts 2017-08-30 11:58:24 +10:00
Manuel Domke
a6bccc6b01 oops, refactored too much 2017-08-29 18:58:16 +02:00
Manuel Domke
fe1d217296 finally renamed constants... 2017-08-29 18:56:09 +02:00
Manuel Domke
3d9a5494b7 Merge https://github.com/waywardgeek/infnoise 2017-08-29 18:53:19 +02:00
Bill Cox
07efda146a Changed some formatting 2017-08-29 09:20:52 -07:00