planktoscope/docs/README.md

33 lines
1.1 KiB
Markdown
Raw Normal View History

2020-09-28 13:33:52 +02:00
# Welcome to the PlanktoScope build and use documentation
![PlanktoScope](readme/planktoscope_cad.webp)
2020-09-28 13:33:52 +02:00
You can find here more information about how to build your own PlanktoScope.
## Setup
2020-10-06 17:26:17 +02:00
- [How to setup your PlanktoScope the easy way](easy_install.md)
- [How to setup your PlanktoScope the hard way (also known as the Expert's path)](expert_setup.md)
- [Some information about how to setup a remote access](remote_access.md)
2020-09-28 13:33:52 +02:00
2020-10-06 17:28:30 +02:00
## Build your machine!
- [Assembly Guide](assembly_guide.md)
2020-09-28 13:33:52 +02:00
## Usage
2020-10-06 17:26:17 +02:00
- [Information about collection devices](collection_devices.md)
2020-09-28 13:33:52 +02:00
2020-09-28 21:35:19 +02:00
## Under the hood:
2020-10-06 17:26:17 +02:00
- [Software architecture](software_architecture.md)
- [MQTT Messages](mqtt_messages.md)
- [Create Master SD Card or backup your PlanktoScope](create_sd.md)
- How does the segmentation works (soon)
2020-09-28 21:35:19 +02:00
2020-10-14 16:30:32 +02:00
## Changelog
- [Changelog](changelog.md)
2020-09-28 13:33:52 +02:00
## Contribute
2020-10-06 17:26:17 +02:00
- [Find out how to contribute to this documentation and help edit it](edit_this_doc.md)
- [Contribute to the code, here is the getting started](edit_the_code.md)
2020-09-28 13:33:52 +02:00
2020-09-28 21:35:19 +02:00
## License of our work
2020-10-06 17:26:17 +02:00
- [More information about the licenses that we use](license.md)