Skip to main content

Python library for hardware hacking with the GreatFET

Project description

GreatFET Python Package and Utilities

This software is developed for python3. It should be compatible with python2, but we do less testing with python2 and plan to drop python2 support in the future.

Installing or Updating Software

Unless you are developing software or testing software from git, you can install or update GreatFET software with:

sudo pip3 install --upgrade greatfet

Building and Installing Software

To build and install GreatFET software without pip, you will require:

If you are using git, the preferred way to install libgreat is to use the submodule. From inside the cloned greatfet directory:

git submodule init
git submodule update

Install libgreat:

cd libgreat/host
python3 setup.py build
sudo python3 setup.py install
cd ../..

Install greatfet:

cd host
python3 setup.py build
sudo python3 setup.py install

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

greatfet-2024.0.1-py3-none-any.whl (455.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page