Main Page: Difference between revisions

From MidasWiki
Jump to navigation Jump to search
Line 5: Line 5:
= Documentation =
= Documentation =


* [[Midas documentation|MIDAS Documentation]]
* [[Midas documentation| Main Documentation]]


* [http://ladd00.triumf.ca/~daqweb/doc/midas-devel/doc/html/modules.html <i>Doxygen</i>] Code structure, functions, etc...
* [http://ladd00.triumf.ca/~daqweb/doc/midas-devel/doc/html/modules.html <i>Doxygen</i>] Code structure, functions, etc...


* [[AJAX|MIDAS AJAX functions Documentation]]
* [[AJAX | AJAX functions Documentation]]
* [[mhttpd.js|mhttpd.js Documentation]]
* [[mhttpd.js | mhttpd.js Documentation]]


* [[Notes| Random notes]] : Notes that need to be incorporated in the documentation.
* [[Notes | Random notes]] : Notes that need to be incorporated in the documentation.


= Links =
= Links =

Revision as of 14:51, 16 July 2015

About

MIDAS is a modern data acquisition system developed at PSI and TRIUMF. Supported hardware includes VME, Fastbus, CAMAC, RS232, GPIB, USB, ethernet, fiber optic and MSCB attached data acquisition devices. MIDAS is written in C/C++ and runs on Linux, MacOS and MS Windows. It is licensed under the GPL.

Documentation

  • Doxygen Code structure, functions, etc...
  • Random notes : Notes that need to be incorporated in the documentation.

Links

Download

All MIDAS programs are under the GNU Public License

The GIT tree is available via a web interface. Using this interface, the most recent file versions can be obtained.

Alternatively, the files can be directly obtained via GIT by entering:

git clone https://bitbucket.org/tmidas/midas
git clone https://bitbucket.org/tmidas/mscb
git clone https://bitbucket.org/tmidas/mxml
cd midas
make

Supported operating systems are:

  • primary: MacOS, RHEL/SL/SLC Linux
  • secondary: MS Windows, Ubuntu Linux, Fedora Linux, FreeBSD, VxWorks, others (see Makefile)

The bitbucket repository is mirrored nightly to TRIUMF at http://ladd00.triumf.ca/~daqweb/git. Please use this mirror to install stable releases of MIDAS. To follow the latest development version, please clone from bitbucket.

News

News about bug fixes and new releases of Midas can be obtained from the Midas news group located at TRIUMF which uses the ELOG system. Users can register in this system to be notified automatically via E-mail when new entries are submitted.

Another source of information is the Bitbucket Repository of MIDAS, where one can see the latest changes to the software.

Related packages

MediaWiki

Consult the User's Guide for information on using the wiki software.