This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# beaglenmt diagnostics web server - Vanya Sergeev <vsergeev at gmail.com> | |
# http://dev.frozeneskimo.com/embedded_projects/beaglebone_network_multitool_server | |
# | |
import cherrypy | |
import os, subprocess, time, shlex, threading, copy | |
FORTUNE_BIN_PATH = "/home/edma2/minifortune" | |
FORTUNE_DIR_PATH = "/home/edma2/fortunes" | |
STATS_UPDATE_INTERVAL = 3 |