Somewhat incredibly, v0.2 is out thanks to a contributor! Adds signal loss handling, so now you can see at a glance if ISS telemetry is actually even being received by the ground station.
Yeah that'd be the telemetry stream, probably specifically the new telemetry status & timestamp subscription that got added in 0.2, it gets updated maaaaaany times per second. Unfortunately it's a push and not a pull model stream so I'm not quite sure if there's any "clean" way for the app to throttle the incoming data except eg. periodically just unsubscribe from the very chatty status subscription.
yes of course. If you go to https://iss-mimic.github.io/Mimic/ you can see the websocket to `wss://push.lightstreamer.com/lightstreamer` being opened and the stream of events. That provides a stream of ALL ISS telemetry data and this app is only making use of the urine tank data.
Direct download link: https://github.com/Jaennaet/pISSStream/releases/download/v0....