Mobile page - call for community-created tools submissions!

Hi

I’ve been working on adding a Mobile landing page to our main website - it’s still not live yet but it will feature all the links and resources for mobile app development for the Particle platform across all supported platforms.

In addition I want to add a section for community-built tools and I’d love to get some submissions that will be featured on our website and get exposure. Entries should be focused around open source tools that help mobile apps development / libraries that enable mobile apps integration with 3rd party tools. Repo should be documented at least with a basic readme so users will understand how to use the suggested tool. All mobile platforms are encouraged!

For now the modest shortlist is:

I’m sure I missed some great stuff,
so feel free to respond to this thread or email me with awesome submissions / suggestions.

Thank you!

4 Likes

I have been working on a script that allows users to easily install and use the Particle toolchain on OSX and Ubuntu based distros. It takes care of installing dependencies and can be used to quickly compile and flash code to devices using dfu-util. The script downloads and installs: dfu-util, nodejs, gcc-arm-embedded, particle-cli, and the Particle Firmware source code. The script can be found at https://github.com/nrobinson2000/po-util

2 Likes

Whoops. This isn’t really mobile related.