diff options
| author | EUcancER <root@euer.krebsco.de> | 2011-09-15 02:02:34 +0200 |
|---|---|---|
| committer | EUcancER <root@euer.krebsco.de> | 2011-09-15 02:02:34 +0200 |
| commit | 095b22ab0c4b8ca7c6f33af2d1f75d3d82055455 (patch) | |
| tree | a34afa0947b668fce2dc2b39fa1cfeac03386659 /hyper/README.md | |
| parent | 88517b3edfc7b633d210422afb8579e5d0d3d1e0 (diff) | |
| parent | 90be8b346c43da2b36c0b4872fcf1190cfaeaa85 (diff) | |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'hyper/README.md')
| -rw-r--r-- | hyper/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/hyper/README.md b/hyper/README.md new file mode 100644 index 00000000..07fa1de5 --- /dev/null +++ b/hyper/README.md @@ -0,0 +1,15 @@ +# Overview + +## start conductor on port 8888 and sink on 1337 + + //hyper/process/main + //bin/node //hyper/sink + +## create bc process and retrieve it's process id (AKA {path}) + + url=http://localhost:8888 + curl -fvsS --data-binary @//hyper/process/test/bc.json $url/proc + +## send data for calculation + + echo 9000+2^42 | curl -fvsS --data-binary @- $url/{path} |
