Code Monkey home page Code Monkey logo

freeshim's Introduction

FreeSHIM Opensource Multiplatform Medical Device Interface

  • (c) 2011-2014 by the FreeMED Software Foundation

INSTALLATION

  • The generated "shim.war" file needs to be dropped into the webapps folder of your Tomcat installation. If you don't have a "shim.war" file, please see the "COMPILATION" section.

  • If you need to use any of the "native libraries" for any of the device drivers, follow their respective README files for instructions on how to install their JNI libraries. (If there are any.) Maven should handle this for you.

  • If you're using a serial port, you may have to run "setserial" on it, or even bake that into your /etc/rc.local file to run on boot, otherwise some dosing pumps, etc, may not work!

  • Really, that's it. It's very simple. A more "in-depth" document for shim.war is located in shim-webapp/README !

CONFIGURATION

COMPILATION

  • Install Maven 2 and JDK 1.6 on your system.
  • Ask Maven to package the system: mvn package
  • Voila! You should see the "shim.war" package in shim-webapps/target/

CAVEATS

Due to certain device manufacturers not liking to "play nice" with open source efforts, there are a certain number of JNI (Java Native Interface) libraries used. These are architecture specific, and it is somewhat likely that they may not exist for all target architectures, so there is always the outside chance that, for example, a 32-bit Linux JVM might support more drivers than a 64-bit one (same with the Windows builds). If you don't like that, bother the manufacturers who have saddled us with fewer than the appropriate number of architecture builds, or feel free to write an opensource equivalent. We're partial to the latter solution. ;)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.