Communications: Difference between revisions

From Milliways
Jump to navigation Jump to search
No edit summary
No edit summary
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
= current communications =  
= Current communications =  
== irc ==
== IRC ==


you find us on #milliways on irc.hackint.org
You can find us in '''#milliways''' on irc.hackint.org. Use port 6697 and connect with SSL enabled.


== mailinglist ==
== Mailing list ==


we have a mailinglist. Subscribe by sendin an empty mail to milliways-subscribe@ramdrive.org
We have a mailing list. Subscribe by sending an empty mail to '''milliways-subscribe@ramdrive.org'''.


== Matrix ==
We have a Matrix room at '''#milliways:hackint.org'''.


= improve the communications situation =
= improve the communications situation =
Line 45: Line 48:
* just a mobile app with MQTT that connects to a MQTT server and subscribes to the relay. the relay can send messages out to every subscriber, the app will show them as push notification
* just a mobile app with MQTT that connects to a MQTT server and subscribes to the relay. the relay can send messages out to every subscriber, the app will show them as push notification
* would be nice if the app app is availible in the app stores.
* would be nice if the app app is availible in the app stores.
* the app should be less than 10mb in size (that way people will not remove it to regain space)
* the app should be as simple as possible (autostart on reboot of the phone, just shows a screen with recent messages)
* The app could be a Web-App as well, that way we would have all logic on the server and the app really just pushes the notifications and is a quick-link to recent messages.
=== use a chat solution ===
* There are a lot of chat solution that can be scripted
* Don't invent the wheel again
* Probably use a notify group in jabber matrix .... that is splittend from normal channels for better filtering an notification

Revision as of 15:48, 16 June 2022

Current communications

IRC

You can find us in #milliways on irc.hackint.org. Use port 6697 and connect with SSL enabled.

Mailing list

We have a mailing list. Subscribe by sending an empty mail to milliways-subscribe@ramdrive.org.

Matrix

We have a Matrix room at #milliways:hackint.org.

improve the communications situation

use cases

The most critical use cases are in my opinion:

tickets are availible for sale

time critical informations before the event

food is ready

time critical informations on the event

how do we improve the Sinclair C5

not time critical discussions

possible solutions

In both cases time for communication is critical. I have been considering

  • improve the use of existing and already used tools
  • agree on one chat tool that everyone uses
  • build an app for android and iphone to push info on people's phones
  • push text messages
  • your idea here....?

mobile app

  • needs to be availible for android and ios
  • just a mobile app with MQTT that connects to a MQTT server and subscribes to the relay. the relay can send messages out to every subscriber, the app will show them as push notification
  • would be nice if the app app is availible in the app stores.
  • the app should be less than 10mb in size (that way people will not remove it to regain space)
  • the app should be as simple as possible (autostart on reboot of the phone, just shows a screen with recent messages)
  • The app could be a Web-App as well, that way we would have all logic on the server and the app really just pushes the notifications and is a quick-link to recent messages.


use a chat solution

  • There are a lot of chat solution that can be scripted
  • Don't invent the wheel again
  • Probably use a notify group in jabber matrix .... that is splittend from normal channels for better filtering an notification