Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 561 Bytes

File metadata and controls

37 lines (31 loc) · 561 Bytes

electron-sms

Uses comand-sms to send SMS, built with React and Electron, uses Redux for State Management

Features

* Auto Detect Open Ports / Modems
* Connect to a Modem (Connect to a single modem only)
* Send SMS

Things to do:
* Inbox
* Sent Items
* New Message Alert
* Sending of Long SMS
* Receiving of Long SMS
* New Message Icon Indicator (Mac)
* Reply from Notification (Mac)

Installation

yarn install
yarn rebuild

Run in development mode

yarn dev

Build for OS

yarn pack:mac
yarn pack:win
yarn pack:linux