-
Notifications
You must be signed in to change notification settings - Fork 2
Release Notes
firepick1 (pixel) edited this page Jun 14, 2014
·
22 revisions
SSH to your FirePick Raspberry Pi, get the latest and build.
ssh pi@firepick
cd FireREST
git pull
sudo ./build
On a minor version change (e.g., 0.6 -> 0.7), this will take about 30m, since dependent FireSight and FireFUSE modules will be rebuilt as well.
On Unix you can also launch and test a static FireREST service:
cd FireREST
git pull
sudo ./build
You can now get and post properties.json for each CVE. CVE properties provide dynamic reconfiguration of CVE parameters, and you can now change reticle color, ROI, etc. on the fly.
http://firepick1.github.io/firerest/cvtest.html
To change the properties for a CVE:
- Open the FireREST CV Test Page http://firepick:8080/firerest/cvtest.html
- Click on the CVE wrench icon
- Select properties.json
- Click GET until you see the JSON properties
- Copy the current properties.json to the text area for POST.
- Change your JSON
- Click POST, which will be enabled if your JSON is valid