Giter VIP home page Giter VIP logo

moates's Introduction

Moates Burn1/2 and Ostrich interface and classes

The classes contained in the src/ directory and it's subdirectories represent
an encapsulation of the Moates Burn1/2 Chip burner and their Ostrich realtime
chip emulator.  The command line interface to the burn1/2 hardware is pretty
well fleshed out and tested.  I've used it repeatedly from my OSX laptop to
burn working chips for my car.  

The Ostrich class is pretty complete however no command line utility has been
written as a front end to the class.  There is a OstrichDriver in the
src/Ostrich/utils directory that can be expanded upon or be used to serve as
a proof of concept for testing the hardware.

The Serial class was written because I was unaware of boost at that time.  It
attempts to smooth the differences between various operating systems. Both the
Burn and Ostrich interfaces were tested on Linux, FreeBSD, OSX, and Windows
under cygwin.  For Windows builds the Serial classes under src/Serial/windows
should be used instead of the more unix oriented ones in src/Serial.  The
configure and automake scripts are not setup to handle windows and cygwin
in an automatic fashion which is a deficency that needs to be corrected in
the future.

To handle building and generation of makefiles gnu autoconf is used.  To build
the software, just run autoreconf -i then './configure' from the top level
directory.  Advanced autoconf users can use the --prefix, etc options as they
wish.  If all goes well and you don't see any failures once the configre
script completes you can run 'make'.  If there are no failures there you
should see a file named 'burn' in the top level directory. If you wish to
install the new binary 'make install' as root will do so, or you can just
copy the binary to your ~/bin directory.  From there it's just a matter of
running 'burn' with the proper options.  There is a copious help screen
included with the binary.

There will be an ostrich binary built, but it should be considered useful
only for testing things out.  The source for teh executable is the
OstrichDriver.cpp file in the src/Ostrich/utils directory.

moates's People

Contributors

keith-daigle avatar

Stargazers

Robert Rudduck avatar

Watchers

James Cloos avatar  avatar

Forkers

sebgiroux

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.