portapack-mayhem/README.md

59 lines
6.0 KiB
Markdown
Raw Normal View History

2020-06-06 13:36:18 +00:00
# PortaPack Mayhem
2020-06-06 13:20:36 +00:00
2020-06-06 13:36:18 +00:00
[![Build Status](https://travis-ci.com/eried/portapack-mayhem.svg?branch=master)](https://travis-ci.com/eried/portapack-mayhem) [![buddy pipeline](https://app.buddy.works/eried/portapack/pipelines/pipeline/252276/badge.svg?token=48cd59d53de0589a8fbe26bc751d77a59a011cf72581da049343879402991c34 "buddy pipeline")](https://app.buddy.works/eried/portapack/pipelines/pipeline/252276) [![CodeScene Code Health](https://codescene.io/projects/8381/status-badges/code-health)](https://codescene.io/projects/8381) [![Docker Hub Pulls](https://img.shields.io/docker/pulls/eried/portapack.svg)](https://hub.docker.com/r/eried/portapack)
2020-06-08 13:15:04 +00:00
This is a fork of the [Havoc](https://github.com/furrtek/portapack-havoc/) firmware, which itself was a fork of the [PortaPack](https://github.com/sharebrained/portapack-hackrf) firmware, an add-on for the [HackRF](http://greatscottgadgets.com/hackrf/). A fork is a derivate, in this case one that has extra features and fixes when compared to the older versions.
2020-06-06 13:48:53 +00:00
[<img src="https://raw.githubusercontent.com/wiki/eried/portapack-mayhem/img/hw_overview_h2_front.png" height="400">](https://github.com/eried/portapack-mayhem/wiki/Hardware-overview) [<img src="https://raw.githubusercontent.com/wiki/eried/portapack-mayhem/img/hw_overview_h2_inside.png" height="400">](https://github.com/eried/portapack-mayhem/wiki/Hardware-overview#portapack-internals)
2020-04-21 11:02:44 +00:00
2020-06-03 11:00:47 +00:00
*[PortaPack H2](https://s.click.aliexpress.com/e/_dSMPvNo) (clone) with a custom [3d printed case](https://github.com/eried/portapack-mayhem/wiki/H2-Enclosure)*
2020-06-08 14:03:48 +00:00
# FAQ
2020-06-03 11:00:47 +00:00
2020-06-08 13:15:04 +00:00
This repository expands upon the previous work by many people and aims to constantly add new features, bugfixes and generate documentation to make further development easier. In a project such as this [collaboration](https://github.com/eried/portapack-mayhem/wiki/How-to-collaborate) is always welcomed and appreciated.
To clarify any basic questions, please read the following common ones:
2020-06-03 11:00:47 +00:00
2020-06-08 14:03:48 +00:00
## Does it work on H1/H2 PortaPack?
2020-06-03 11:00:47 +00:00
2020-06-09 21:11:56 +00:00
Yes, both devices are the [same](https://github.com/eried/portapack-mayhem/wiki/First-steps). The one I am using to test all changes is this [PortaPack H2+HackRF+battery](https://s.click.aliexpress.com/e/_dSMPvNo), which is a kit that includes everything you need. Sadly, the people making the H2 never made the updated schematics available, which is not ideal (and goes against the terms of the license).
2020-06-03 11:00:47 +00:00
2020-06-08 00:11:01 +00:00
To support the people behind the hardware, please buy a genuine [HackRF](https://greatscottgadgets.com/hackrf/) and [PortaPack](https://store.sharebrained.com/products/portapack-for-hackrf-one-kit).
2020-06-03 11:00:47 +00:00
2020-06-08 14:03:48 +00:00
## Where is the latest firmware?
2020-06-06 13:51:32 +00:00
2020-06-08 13:15:04 +00:00
The current stable release is on the [Release](https://github.com/eried/portapack-mayhem/releases/latest) page. Follow the instructions you can find in the release description. There is also [nightly builds](https://github.com/eried/portapack-mayhem/releases/tag/nightly) generated frequently which have the latest features but may contain incomplete or buggy functionality (at least until the bug is found!).
2020-06-03 11:00:47 +00:00
2020-06-08 14:03:48 +00:00
## Is this the newest firmware for my PortaPack?
2020-06-08 14:02:50 +00:00
Most probably: **YES**. *If you find new features somewhere else, please [suggest](https://github.com/eried/portapack-mayhem/issues/new/choose) them*.
2020-06-03 11:00:47 +00:00
2020-06-08 14:03:48 +00:00
## Which one is actually the newest?
2020-06-03 11:05:30 +00:00
There is a lot of confusion of which is the latest version because no old version used any actual "version number". Additionally, since the files were distributed on facebook groups, github issue links and similar temporal sources, then there was no central location for them.
This fork (**Mayhem**) uses *major.minor.release* [semantic versioning](https://en.wikipedia.org/wiki/Software_versioning), so you can always compare your current version with the latest from [Releases](https://github.com/eried/portapack-mayhem/releases/latest).
2020-06-03 11:03:16 +00:00
2020-06-08 14:03:48 +00:00
## What about Havoc/GridRF/jamesshao8/jboone's?
2020-06-08 13:15:04 +00:00
* jboone's PortaPack: the [vanilla](https://en.wikipedia.org/wiki/Vanilla_software) experience
2020-06-09 21:11:56 +00:00
* Havoc: It was the most popular fork of jboone's PortaPack, currrently, it is not being maintained nor updated
2020-06-03 11:00:47 +00:00
* jamesshao8: He keeps his own version of the fork, while not attached as a fork to anything
* GridRF: They sell PortaPack clones with their own firmware based on a old version, which has no sourcecode available
2020-06-08 14:02:50 +00:00
## How can I collaborate
2020-06-08 13:15:04 +00:00
You can write [documentation](https://github.com/eried/portapack-mayhem/wiki), fix bugs and [answer issues](https://github.com/eried/portapack-mayhem/issues) or add new functionality. Please check the following [guide](https://github.com/eried/portapack-mayhem/wiki/How-to-collaborate) with details.
2020-06-03 11:00:47 +00:00
Consider that the hardware and firmware has been created and maintain by a [lot](https://github.com/mossmann/hackrf/graphs/contributors) of [people](https://github.com/eried/portapack-mayhem/graphs/contributors), so always try colaborating your time and effort first.
2020-06-13 22:13:55 +00:00
For coding related questions, if something does not fit as an issue, please join our [Channel in Discord](https://discord.gg/yrdKjGN).
2020-06-08 00:11:01 +00:00
As a last option, if you want to send money directly to me for getting more boards, antennas and such:
2020-06-06 13:36:18 +00:00
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CBPQA4HRRPJQ6&source=url)
2020-04-21 11:02:44 +00:00
2020-06-08 14:03:48 +00:00
## What if I need help?
2020-06-07 15:13:46 +00:00
First, check the [documentation](https://github.com/eried/portapack-mayhem/wiki). If you find a bug or you think the problem is related to the current repository, please open an [issue](https://github.com/eried/portapack-mayhem/issues/new/choose).
2020-06-03 11:00:47 +00:00
2020-06-03 12:30:58 +00:00
You can reach the [official community](https://www.facebook.com/groups/177623356165819) in Facebook.
2020-06-08 13:15:04 +00:00
2020-06-08 14:03:48 +00:00
## What if I find incongruencies, or grammatical errors in the text?
2020-06-08 14:02:50 +00:00
If is on the [Wiki](https://github.com/eried/portapack-mayhem/wiki), you can modify it directly. If is on files of the repository, you can send corrections as [pull requests](https://github.com/eried/portapack-mayhem/wiki/How-to-collaborate#coding-new-stuff-or-fixing-bugs). As a last resource, open an [issue](https://github.com/eried/portapack-mayhem/issues/new/choose).