Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
teejaydub authored Dec 21, 2022
1 parent 7575e17 commit aad7c57
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## Fork note

This is Timothy Weber's personal fork of Blynk's original server. It carries the 0.* version history forward, adding features I needed.

Key additions:

* **Masquerade** - a user with masquerade permission can log in as another user
* **Amazon SES** support for email sending
* **MessageBird** support for SMS sending
* Support for **multiple email addresses** and **multiple SMS numbers** in the Eventor
* Subscription support, where users must have an active subscription to use their account (reliant on external management code)
* Adding additional **account info** to user profiles
* [Throttling SSL traffic to embedded clients](https://github.com/teejaydub/blynk-server/commit/a72ebcecc3283fbd358d1577e242e0f018661a4e)
* [Decoupling graph data from widgets](https://github.com/teejaydub/blynk-server/commit/08855c0da2cc81adb6044f0300bfcdffe5cc17aa)
* [Scripts](https://github.com/teejaydub/blynk-server/commit/0e18daeccda794bc7a948a8b01922c9a03a5a885) to facilitate transferring users to a new server
* Tweaks for Admin view: sort Boolean fields, filter by account info

Other bug fixes when needed.

# What is Blynk?
Blynk is a platform with iOS and Android apps to control Arduino, ESP8266, Raspberry Pi and the likes over the Internet.
You can easily build graphic interfaces for all your projects by simply dragging and dropping widgets.
Expand Down

0 comments on commit aad7c57

Please sign in to comment.