##// END OF EJS Templates
Add Operation publish using MQTT
Add Operation publish using MQTT

File last commit:

r708:e5ce72bc2207
r859:786b03ce1400
Show More
README
35 lines | 781 B | text/plain | TextLexer
Miguel Valdez
Bug fixed in SchainGUI: figures were not been loaded
r583 Prerequisites:
Miguel Valdez
jroplotter.py updated
r703 Core:
Miguel Valdez
Bug fixed in SchainGUI: figures were not been loaded
r583 -numpy 1.8.0
Miguel Valdez
About window was added to SChainGUI...
r642 -scipy
-math
-matplotlib
-h5py
-ftplib
Miguel Valdez
jroplotter.py updated
r703 -paramiko (optional for SendTFilesToServer)
-stuffr (optional for jroIO_hf)
Miguel Valdez
Version 2.1.3.1
r669 -pyfits (Fits data)
Miguel Valdez
jroplotter.py updated
r703
GUI:
-PyQt4
-wxPython
Miguel Valdez
Bug fixed in SchainGUI: figures were not been loaded
r583
Signal Chain Installation:
1. Install numpy, matplotlib, TKAgg
Miguel Valdez
About window was added to SChainGUI...
r642 2. Install digital_rf_hdf5 module (developed by Haystack Observatory)
if you want to use USRP data
Miguel Valdez
Bug fixed in SchainGUI: figures were not been loaded
r583 3. untar schainpy-x.x.x.tar.gz
4. cd schainpy-x.x.x
5. execute:
[hostname]$ sudo pyhon setup.py install
6. testing gui:
[hostname]$ schainGUI (enter)
If you want to use serialization and zerorpc you will need to install the next packages:
1. zerorpc
[hostname]$ sudo port install zerorpc
2. cPickle, msgpack and msgpack_numpy
[hostname]$ sudo port install cPickle msgpack mspack_numpy