Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
readme: revise related projects, add micromdm
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
nathany committed Jun 15, 2016
1 parent 61a4db0 commit 208173b
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Buford

Apple Push Notification (APN) Provider library for Go 1.6 and HTTP/2. Send notifications to iOS, macOS, tvOS and watchOS. Buford can also sign push packages for Safari notifications and Wallet passes.
Apple Push Notification (APN) Provider library for Go 1.6 and HTTP/2. Send remote notifications to iOS, macOS, tvOS and watchOS. Buford can also sign push packages for Safari notifications and Wallet passes.

Please see [releases](https://github.com/RobotsAndPencils/buford/releases) for updates.

Expand Down Expand Up @@ -40,6 +40,10 @@ Also see Apple's [Local and Remote Notification Programming Guide][notification]

This library requires [Go 1.6.2](https://golang.org/dl/) or better.

```
go get -u -d github.com/RobotsAndPencils/buford
```

Buford depends on several packages outside of the standard library, including the http2 package. Its certificate package depends on the pkcs12 and pushpackage depends on pkcs7. They can be retrieved or updated with:

```
Expand Down Expand Up @@ -212,11 +216,11 @@ See `example/wallet/` and the [Wallet Developer Guide][wallet].

### Related Projects

* [apns2](https://github.com/sideshow/apns2) (Go)
* [go-apns-server](https://github.com/CleverTap/go-apns-server) (Go mock server)
* [gorush](https://github.com/appleboy/gorush) (A push notification server written in Go)
* [Push Encryption](https://github.com/GoogleChrome/push-encryption-go) (Go Web Push for Chrome and Firefox)
* [apns2](https://github.com/sideshow/apns2) Alternative HTTP/2 APN provider library (Go)
* [go-apns-server](https://github.com/CleverTap/go-apns-server) Mock APN server (Go)
* [gorush](https://github.com/appleboy/gorush) A push notification server (Go)
* [Push Encryption](https://github.com/GoogleChrome/push-encryption-go) Web Push for Chrome and Firefox (Go)
* [micromdm](https://micromdm.io/) Mobile Device Management server (Go)
* [Lowdown](https://github.com/alloy/lowdown) (Ruby)
* [Apnotic](https://github.com/ostinelli/apnotic) (Ruby)
* [Pigeon](https://github.com/codedge-llc/pigeon) (Elixir, iOS and Android)

0 comments on commit 208173b

Please sign in to comment.