From aad7c574ea01ec4eee64778206738d3b6d3730fa Mon Sep 17 00:00:00 2001 From: teejaydub Date: Wed, 21 Dec 2022 11:24:59 -0500 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index fc86ab050c..5b0a32eabf 100644 --- a/README.md +++ b/README.md @@ -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.