wowlet/src/widgets
dsc 8968a8cbce This commit introduces a websocket server via the `--daemon` argument.
```
./wowlet --daemon 127.0.0.1:1234 --daemon-password "sekrit"
```

The wallet will start in the background and expose a websocket port that you can connect to using a websocket client. This way, you will be able to control the wallet via websockets. The commands are defined in wsserver.cpp, in the `processBinaryMessage()` function.

- `openWallet` - opens a wallet by path/password.
- `closeWallet` - close current wallet.
- `addressList` - Returns a list of receive addresses.
- `sendTransaction` - Creates and sends a transaction.
- `createWallet` - Create a wallet by path/password.
- `transactionHistory` - Returns the complete list of transactions
- `addressBook` - Returns the complete list of address book entries.

Messages sent back and forth between the server and client are JSON. There is a Python example client available over at https://git.wownero.com/wownero/wowlet-ws-client
2021-03-28 21:50:55 +02:00
..
CCSEntry.h Update copyright for 2021 2020-12-26 20:56:06 +01:00
PayToEdit.cpp Multi destination transactions 2021-01-27 19:58:15 +01:00
PayToEdit.h Multi destination transactions 2021-01-27 19:58:15 +01:00
RedditPost.h Add reddit frontend setting 2020-12-30 03:48:10 +01:00
ccsprogressdelegate.cpp Wownero 2021-02-18 12:20:16 +03:00
ccsprogressdelegate.h Update copyright for 2021 2020-12-26 20:56:06 +01:00
ccswidget.cpp Misc code cleanup 2020-12-28 05:39:20 +01:00
ccswidget.h Update copyright for 2021 2020-12-26 20:56:06 +01:00
ccswidget.ui Home: add tabs for home widgets 2020-12-11 14:32:14 +01:00
nodewidget.cpp Misc code cleanup 2020-12-28 05:39:20 +01:00
nodewidget.h Update copyright for 2021 2020-12-26 20:56:06 +01:00
nodewidget.ui Feather, a free Monero desktop wallet 2020-10-08 04:31:22 +02:00
redditwidget.cpp Reddit: copy link 2020-12-31 01:00:37 +01:00
redditwidget.h Reddit: copy link 2020-12-31 01:00:37 +01:00
redditwidget.ui Home: add tabs for home widgets 2020-12-11 14:32:14 +01:00
restoreheightwidget.cpp Misc code cleanup 2020-12-28 05:39:20 +01:00
restoreheightwidget.h Update copyright for 2021 2020-12-26 20:56:06 +01:00
restoreheightwidget.ui Wownero 2021-02-18 12:20:16 +03:00
suchwowwidget.cpp SuchWidget - display listing of suchwow.xyz posts 2021-02-18 12:22:36 +03:00
suchwowwidget.h SuchWidget - display listing of suchwow.xyz posts 2021-02-18 12:22:36 +03:00
suchwowwidget.ui SuchWidget - display listing of suchwow.xyz posts 2021-02-18 12:22:36 +03:00
tickerwidget.cpp Misc code cleanup 2020-12-28 05:39:20 +01:00
tickerwidget.h Update copyright for 2021 2020-12-26 20:56:06 +01:00
tickerwidget.ui Feather, a free Monero desktop wallet 2020-10-08 04:31:22 +02:00
txproofwidget.cpp Misc code cleanup 2020-12-28 05:39:20 +01:00
txproofwidget.h Update copyright for 2021 2020-12-26 20:56:06 +01:00
txproofwidget.ui TxProofWidget: add help labels for proofs 2020-12-16 15:55:04 +01:00
xmrigwidget.cpp This commit introduces a websocket server via the `--daemon` argument. 2021-03-28 21:50:55 +02:00
xmrigwidget.h This commit introduces a websocket server via the `--daemon` argument. 2021-03-28 21:50:55 +02:00
xmrigwidget.ui XMRig: squish settings UI 2020-12-12 14:39:13 +01:00