Skip to content

Commit

Permalink
Swift 3 release (#18)
Browse files Browse the repository at this point in the history
* Swift 3 release

* Platform badges
  • Loading branch information
Robert F. Dickerson committed Sep 16, 2016
1 parent 629fa6e commit 3ff4bb2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DEVELOPMENT-SNAPSHOT-2016-09-03-a
swift-3.0-RELEASE
39 changes: 13 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,11 @@
A lightweight MQTT 3.1.1 client written in pure Swift 3

[![Build Status](https://travis-ci.org/IBM-Swift/Aphid.svg?branch=master)](https://travis-ci.org/IBM-Swift/Aphid)
![](https://img.shields.io/badge/Swift-3.0-orange.svg?style=flat)
![](https://img.shields.io/badge/Snapshot-9/03-blue.svg?style=flat)

## Features:

- [x] MQTT 3.1
- [x] MQTT 3.1.1
- [x] LWT
- [x] SSL/TLS
- [ ] Message Persistence
- [ ] Automatic Reconnect
- [ ] Offline Buffering
- [ ] WebSocket Support
- [x] Standard TCP Support
- [x] Non-Blocking API
- [ ] Blocking API
- [ ] High Availability

## Installing and using on the Raspberry Pi 3:

Unfortunately there are some issues with the Swift Package Manager and Dispatch library that requires a lot of manual steps for your application to build. For a working set of steps, please refer to:

[Compiling an Aphid application on the Raspberry Pi 3](https://github.com/IBM-Swift/Aphid/wiki/Compiling-an-Aphid-Application-on-the-Pi-3)
![](https://img.shields.io/badge/Swift-3.0%20RELEASE-orange.svg?style=flat)
![](https://img.shields.io/badge/platform-Linux,%20macOS,%20ARM%20Linux-blue.svg?style=flat)

## Setup your project to use Aphid

> Requires `swift-DEVELOPMENT-SNAPSHOT-2016-09-03-a toolchain` (Minimum REQUIRED for latest release)
1. Install OpenSSL:

- macOS: `brew install openssl`
Expand Down Expand Up @@ -78,7 +55,17 @@ If testing locally, we recommend the [Mosquitto broker](https://mosquitto.org/):

- macOS: `brew install mosquitto`
- Ubuntu Linux: `apt-get install mosquitto`

## Installing and using on the Raspberry Pi 3:

[Compiling an Aphid application on the Raspberry Pi 3](https://github.com/IBM-Swift/Aphid/wiki/Compiling-an-Aphid-Application-on-the-Pi-3)

## License

This library is licensed under Apache 2.0. Full license text is available in [LICENSE](LICENSE).
Copyright 2016 IBM

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

0 comments on commit 3ff4bb2

Please sign in to comment.