aboutsummaryrefslogtreecommitdiff
path: root/documentation/index.md
blob: 3a6dfeca4b963774dbbadc1ad050f9b469b6eb95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
layout: page
title: Documentation
---

## Documentation

Start by reading the manual and checking out some examples.

- <i class="fa fa-book"></i> [Manual]({{site.version_docs}}/manual)
  Explains how to get started and how to use all features. Definitive guide to using akka-serial.

- <i class="fa fa-book"></i> [Examples](https://github.com/jodersky/akka-serial/tree/master/samples)
  See some very simple, working demo applications.

- <i class="fa fa-book"></i> [Developer Guide]({{site.version_docs}}/developer)
  Instructions on building, testing and publishing akka-serial.

- <i class="fa fa-code"></i> [API documentation]({{site.version_docs}}/api/akka/serial/Serial$)
  Browse akka-serial's API.

## Help
Have a question or suggestion? Found a bug? There are several channels to get help.

- <i class="fa fa-bug"></i> [Issues](https://github.com/jodersky/akka-serial/issues)
  Check known issues or file a new one. This is also the place to go for long questions or propositions.

- <i class="fa fa-comments"></i> [Chat](https://gitter.im/jodersky/akka-serial)
  Gitter chat for simple inquiries.

## Use cases
Get inspired by some real projects that use akka-serial.

- [Virtual Cockpit](https://github.com/project-condor/mavigator) part of [Project Condor](https://project-condor.github.io/), a do-it-yourself drone.

- [Hyperion](https://github.com/mthmulders/hyperion) back-end, part of a web-based energy dashboard for "smart meters".

- [(add yours by opening an issue)](https://github.com/jodersky/akka-serial/issues)