Coder Social home page Coder Social logo

flukesig's Introduction

Fluke 9010a Checksum Tool

This is a Python rewrite of Brian Bโ€™s Perl Fluke 9010a checksum tool, which in turn was reverse engineered from QuarterArcades "calcsig," which was itself the product of reverse engineering the Fluke tools.

Usage

Usage: flukesig.py file1 file2 ... fileN

    Calculates the checksum of specified files using the Fluke 9010a
    algorithm.

Options:
  -h, --help   show this help message and exit
  --no-unzip   Disable checksumming files inside ZIP archives.
  -s, --short  Omit directory names from output.

Example output:

$ ./flukesig.py tempest/*
tempest/136002-125.d7 c706
tempest/136002-133.d1 c0ff
tempest/136002-134.f1 e47d
tempest/136002-136.lm1 e810
tempest/136002-138.np3 1720
tempest/136002-235.j1 fc98
tempest/136002-237.p1 5752
tempest/136002.126 f5cf
tempest/136002.127 76b6
tempest/136002.128 3da2
tempest/136002.129 c0b1
tempest/136002.130 b5ae
tempest/136002.131 5a82
tempest/136002.132 b112
$ ./flukesig.py ./tempest.zip
./tempest.zip:136002-125.d7 c706
./tempest.zip:136002-133.d1 c0ff
./tempest.zip:136002-134.f1 e47d
./tempest.zip:136002-136.lm1 e810
./tempest.zip:136002-138.np3 1720
./tempest.zip:136002-235.j1 fc98
./tempest.zip:136002-237.p1 5752
./tempest.zip:136002.126 f5cf
./tempest.zip:136002.127 76b6
./tempest.zip:136002.128 3da2
./tempest.zip:136002.129 c0b1
./tempest.zip:136002.130 b5ae
./tempest.zip:136002.131 5a82
./tempest.zip:136002.132 b112

Fluke 9010a?

The Fluke 9010a is an old tool for troubleshooting microprocessor based systems. It can calculate the checksum of parts of the address space, for example, to verify ROM contents.

flukesig's People

Contributors

ieure avatar

Watchers

 avatar

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.