2018-11-19 17:12:56 +00:00
|
|
|
## Building
|
2018-11-19 16:53:49 +00:00
|
|
|
|
2019-02-08 18:50:48 +00:00
|
|
|
Without libcurl
|
2018-11-19 17:12:56 +00:00
|
|
|
```
|
2018-11-19 21:04:25 +00:00
|
|
|
git clone https://git.jordanko.ch/eskimo/Igloo-Push.git
|
2019-02-08 18:50:07 +00:00
|
|
|
cd Push
|
|
|
|
make
|
|
|
|
```
|
|
|
|
|
2019-02-08 18:50:48 +00:00
|
|
|
With libcurl
|
2019-02-08 18:50:07 +00:00
|
|
|
```
|
|
|
|
git clone https://git.jordanko.ch/eskimo/Igloo-Push.git
|
|
|
|
cd Push
|
|
|
|
make curl=yes
|
2018-11-19 17:12:56 +00:00
|
|
|
```
|
2018-11-19 16:53:49 +00:00
|
|
|
|
2018-11-19 17:12:56 +00:00
|
|
|
## Usage
|
2018-11-19 16:53:49 +00:00
|
|
|
|
2019-02-08 18:50:07 +00:00
|
|
|
`make install`
|
2018-11-19 17:12:56 +00:00
|
|
|
|
|
|
|
Then on IRC
|
2018-11-19 16:53:49 +00:00
|
|
|
|
2018-11-19 17:12:56 +00:00
|
|
|
`/msg *status loadmod --type=user push`
|
2018-11-19 16:53:49 +00:00
|
|
|
|
2018-11-19 17:12:56 +00:00
|
|
|
## Configuration
|
2018-11-19 16:53:49 +00:00
|
|
|
|
2018-11-19 17:12:56 +00:00
|
|
|
`/msg *push set device1 token`
|
|
|
|
|
|
|
|
* Replace device1 with device2-5 for additional devices
|
|
|
|
* Replace token with your push token from Settings in Igloo
|
|
|
|
|
|
|
|
## Testing
|
|
|
|
|
|
|
|
`/msg *push send test`
|