-
``` bash
$ python flask/DataStreaming.py
Looking for local Config File : /home/danderson/.msod/MSODConfig.json
Looking for global Config File /etc/msod/MSODConfig.json
Starting streaming server
Tryi…
-
Currently there is only one web service (flaskr.py). This will be split into two web services.
Admin.py will run as a separate process and will support service restart of the other services (i.e. dat…
-
I have the following codes:
```
def show_pdf
define_invoice
define_informations
render :pdf => pdf.to_pdf
end
def save_pdf
define_invoice
define_informations
filenam…
-
1. I am running live streaming by typing the following at the terminal:
python DataStreaming.py&
2. On another terminal, I type:
python unit-tests/test-streaming-socket.py -data ../../DataSpectr…
-
I run 'python DataStreaming.py&' to generate live sensor data on a system that had sensor streaming data setup and working on the old map. With the new map code (where we can view 2 sensors at the sam…
-
I use rails 4.2 and gem rubyXL to export something
I can download it use send_data in controller without sidekiq
but the data is big and I want to use background job to do it
yesterday i created a jo…
-
Currently, session objects are stored in mongodb and cleared on restart. It would be better to store them in memcache (see DataStreaming.py for an example on how to use memcache) as they are ephemeral…
-
We got streaming running yesterday after a bit of a struggle. One of the issues was the start_gunicorn.sh script was being run as root, causing memcached to throw an error and a snowball of other subt…
-
"Please wait while Clockwork initializes". Upon connecting, players may receive that message, but reconnecting usually fixes the problem. Seems to happen more often when ping is higher.
DataStreamed …
-
Hello,
I am having a difficult time figuring out how to download a file via the browser after it has been uploaded using paperclip-dropbox. My original plan was to download the file using httparty t…