Page 1 of 1

Pushsafer Receiver Linux

Posted: 4. Jun 2021, 07:01
by ob2sly
I don't use raspi or ubuntu desktops, yet I want to receive pushsafer messages on these servers, so I can take action upon receipt of the push. Do you have something ? I looked in code examples already.
Thanks

Re: Pushsafer Receiver Linux

Posted: 4. Jun 2021, 07:49
by admin
on these systems you only can receive notifications via browser (web push). There is no push-notification provider!

https://www.pushsafer.com/en/apps#browser

Re: Pushsafer Receiver Linux

Posted: 4. Jun 2021, 15:27
by ob2sly
What is the minimum time interval I can use the Read API to check for new messages, aka poor man's push ?

Re: Pushsafer Receiver Linux

Posted: 4. Jun 2021, 20:09
by admin
why not use opera, chrome or firefox they are available for linux.

Normally the reading api is not made for continuous interval polling. But once a minute should be OK!

Kevin

Re: Pushsafer Receiver Linux

Posted: 6. Jun 2021, 19:08
by ob2sly
Once every 2 minutes will work for me. My linux box is a server, no browsers. Your sending capabilities are extensive, but it would be great to have a python listener that could accept pushsafer messages on linux.

Re: Pushsafer Receiver Linux

Posted: 6. Jun 2021, 19:31
by ob2sly
Is there a log file for the windows app ? I could scrape it with python and get what I need. Or maybe the windows app could have an option to fire off a program on message receipt.

Re: Pushsafer Receiver Linux

Posted: 6. Jun 2021, 20:03
by admin
ob2sly wrote:
6. Jun 2021, 19:08
Once every 2 minutes will work for me. My linux box is a server, no browsers. Your sending capabilities are extensive, but it would be great to have a python listener that could accept pushsafer messages on linux.
to receive notifications you need the app or browser! Otherwise you have to use your solution to read the messages via api.

Re: Pushsafer Receiver Linux

Posted: 7. Jun 2021, 07:13
by admin
ob2sly wrote:
6. Jun 2021, 19:31
Is there a log file for the windows app ? I could scrape it with python and get what I need. Or maybe the windows app could have an option to fire off a program on message receipt.
this is not possible