Entropy visualizer for Nitpicker

This commit is contained in:
Emery Hemingway
2018-11-10 14:56:27 +01:00
committed by Norman Feske
parent 33ebdeee1f
commit a07707f08d
10 changed files with 229 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
Jitter Sponge
A terminal server that provides an entropy service.

View File

@@ -0,0 +1 @@
_/src/nit_entropy

View File

@@ -0,0 +1 @@
-

View File

@@ -0,0 +1,15 @@
<runtime ram="4M" caps="128" binary="nit_entropy">
<requires>
<nitpicker/>
<terminal/>
</requires>
<content>
<rom label="ld.lib.so"/>
<rom label="nit_entropy"/>
</content>
<config/>
</runtime>