Skip to content

Commit

Permalink
fix OFFLINE_MESSAGES docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Feb 2, 2025
1 parent ec60610 commit a42341b
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions OFFLINE_MESSAGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Offline Messages
=
To get offline messages for your TRIfA App, install ToxProxy on a Linux Box at home and leave it running 0:00-24:00.<br>
### Installation instructions [using Google FCM for Push Messages]:
To get offline messages for your TRIfA App, install ToxProxy on a Linux Box (or Windows system) at home and leave it running 0:00-24:00.<br>
### Installation instructions:

* install ToxProxy for Linux: [appimage_binary](https://github.com/zoff99/ToxProxy/releases/download/nightly/ToxProxy_x86_64.AppImage)
* run ToxProxy for Linux (**it will only write data to the current directory and below**):
* install ToxProxy for Linux: [appimage binary](https://github.com/zoff99/ToxProxy/releases/download/nightly/ToxProxy_x86_64.AppImage)
* or install ToxProxy on Windows: [windows binary](https://github.com/zoff99/ToxProxy/releases/download/nightly/ToxProxy_win_nightly.exe)
* now run ToxProxy (**it will only write data to the current directory and below**):
```
dummy@dummy:/home/dummy$ ./ToxProxy_x86_64.AppImage
ToxProxy version: 0.99.xx
Expand All @@ -21,18 +22,18 @@ ToxID:827707DBFF41BEA803C9CF7D81C1CFC2007FA774E6DE24FF1B661259CB8891668EF63E91C0

<img height="300" src="https://raw.githubusercontent.com/zoff99/ToxAndroidRefImpl/zoff99/dev003/images/add_toxproxy.gif"></img><br>

* ToxProxy for Linux will show that your phone is set as master:
* ToxProxy will show that your phone is set as master:
```
added master:71BC3623887FEFC1F76811F8C3291806873E1B66159D955DB129BAACFE33BE2D
```

* now install the Tox Notify Companion App: [apk_file](https://github.com/zoff99/tox_push_msg_app/releases/latest/download/play.pushmsg.apk)
* now install the Tox Notify Companion App: [APK App](https://github.com/zoff99/tox_push_msg_app/releases/latest/download/play.pushmsg.apk)

* sync FCM Token to TRIfA, approve it in TRIfA and restart TRIfA:
* sync Token to TRIfA, approve it in TRIfA and restart TRIfA:

<img height="300" src="https://raw.githubusercontent.com/zoff99/ToxAndroidRefImpl/zoff99/dev003/images/add_fcm.gif"></img><br>

* ToxProxy for Linux will show it has received the Token:
* ToxProxy will show it has received the Token:
```
received token:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXx
saved token:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXx
Expand Down

0 comments on commit a42341b

Please sign in to comment.