• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Monitor DASH-MN Live

M

MangledBlue

Guest
I took both fuzzyduck's and moocowmoo's code and brought both of them together into one program
Now redesigned into : dashR

dashR is a real-time, Live Stream of your MN info

github: https://github.com/MangledBlue/DASH/tree/MangledBlue-dashR-1
...be sure to read the README.md file to get it up and running

edit: readme.md file: https://raw.githubusercontent.com/MangledBlue/DASH/MangledBlue-dashR-1/README.md

enjoy

edit2: be sure to use an editor like "nano" with Lx on you server-side

I still need a DASH addy for fuzzyduck
 
Last edited:
I took both fuzzyduck's and moocowmoo's code and brought both of them together into one program
Now redesigned into : dashR

dashR is a real-time, Live Stream of your MN info

github: https://github.com/MangledBlue/DASH/tree/MangledBlue-dashR-1
...be sure to read the README.md file to get it up and running

edit: readme.md file: https://raw.githubusercontent.com/MangledBlue/DASH/MangledBlue-dashR-1/README.md

enjoy

edit2: be sure to use an editor like "nano" with Lx on you server-side

I still need a DASH addy for fuzzyduck

Any way I can use this in windows, would virtual box make the .exe example or do I need pure linux ?
 
Any way I can use this in windows, would virtual box make the .exe example or do I need pure linux ?


I actually use WIN7 with a VM of Linux ubuntu 14.02
I'll ssh into the Server/Pi

You have to put the dahR file into/onto the Server/Pi
use these CMD's

cd .dash
nano dashR

when nano opens just copy and paste the code into the nano
SAVE
make sure it's dashR

then

chmod +x dashR
etc
etc per the readme file

let me know if you need more help :)
 
You also have to : sudo cp dashR /usr/bin and also cp the dashd and the dash-cli to /usr/bin to make this whole thing work :p

and don't forget to chmod.... the above

readme :-D
 
Back
Top