HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Rldm840

no profile record

Submissions

[untitled]

1 points·by Rldm840·il y a 4 mois·0 comments

[untitled]

1 points·by Rldm840·il y a 10 mois·0 comments

[untitled]

1 points·by Rldm840·il y a 10 mois·0 comments

[untitled]

1 points·by Rldm840·il y a 12 mois·0 comments

Benchmark: 1.6M messages/s to 4000 clients, with 4 cores and 8 GiB RAM!

lightstreamer.com
2 points·by Rldm840·l’année dernière·0 comments

Live telemetry feed from the ISS, open to the public

lightstreamer.com
2 points·by Rldm840·l’année dernière·3 comments

Scaling Kafka for Real-Time Data Delivery to Consumers

lightstreamer.com
1 points·by Rldm840·l’année dernière·0 comments

The Instant Communities Manifesto

now4real.com
2 points·by Rldm840·il y a 2 ans·0 comments

comments

Rldm840
·l’année dernière·discuss
Good to know!
Rldm840
·l’année dernière·discuss
The International Space Station broadcasts real-time telemetry data on a WebSocket-based public feed.
Rldm840
·l’année dernière·discuss
Nice idea for my retirement (not in the very short term)!
Rldm840
·l’année dernière·discuss
Many years ago, we used to start a streaming session with an http request, then upgrading to websockets after obtaining a response (this was our original "StreamSense" mechanism). In recent years, we changed StreamSense to go websocket first and fallback to http streaming or http long polling in case of issues. At Lightstreamer, we started streaming data 25 years ago over http, then moving to websockets. We've seen so many different behaviors in the wild internet and got some much feedback from the fieldsl in these decades that we believe our current version of Lightstreamer includes heuristics and mechanisms for virtually every possible aspect of websockets that could go wrong. From massive disconnections and reconnections, to enterprise proxies with deep inspections, to mobile users continuously switching networks. I recall when a big customer required us to support one million live websocket connections for each server (mid-sized) keeping low latency. It was challenging but forced us to come up with a brand new internal architecture. So many stories to tell covering 25 years of evolution...
Rldm840
·il y a 2 ans·discuss
NASA set it up for education purpose. This is the official paper about this project: https://ntrs.nasa.gov/citations/20130013825
Rldm840
·il y a 2 ans·discuss
Hey jaennaet, that's so cool! I work at Lightstreamer and we have never met before.

I often use the urine tank level as an example in my presentations. It’s a fun way to demonstrate streaming real-time data from space (literally) to web and mobile apps.

For a bit of background: NASA selected us back in 2010 for a project called SSLive, aimed at making telemetry data from the ISS publicly accessible in real time via an open feed.

If you’re curious about the full range of metrics available, you can explore the original GitHub project here: https://github.com/Lightstreamer/Lightstreamer-example-ISSLi...