* [Starlink] reverse engineering the starlink router
@ 2022-01-11 4:32 Dave Taht
2022-01-11 5:27 ` David Lang
0 siblings, 1 reply; 4+ messages in thread
From: Dave Taht @ 2022-01-11 4:32 UTC (permalink / raw)
To: starlink
Really good teardown and analysis here:
https://olegkutkov.me/2021/12/25/analysis-and-reverse-engineering-of-the-original-starlink-router/
According to his twitter feed, he's now deep into the dishy:
https://twitter.com/olegkutkov
I really hope the original starlink router gets updated to a modern
openwrt. The offloads they presently use in that product are just not
needed at the speeds the dishy runs at and there are so many
advantages to that modern codebase.
I did get a shot at the newer dishy and wifi router over the holiday
myself, (without, sigh, an ethernet port) but my primary interest is
merely in finding a way to effectively run fq-codel derived algos on
or near it and not have to tear it apart.
--
I tried to build a better future, a few times:
https://wayforward.archive.org/?site=https%3A%2F%2Fwww.icei.org
Dave Täht CEO, TekLibre, LLC
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Starlink] reverse engineering the starlink router
2022-01-11 4:32 [Starlink] reverse engineering the starlink router Dave Taht
@ 2022-01-11 5:27 ` David Lang
2022-01-11 14:58 ` Nathan Owens
2022-01-26 19:46 ` Dave Täht
0 siblings, 2 replies; 4+ messages in thread
From: David Lang @ 2022-01-11 5:27 UTC (permalink / raw)
To: Dave Taht; +Cc: starlink
[-- Attachment #1: Type: text/plain, Size: 1712 bytes --]
The new square dish no longer uses a rj-45 cable between the dish and the
router, they have some new connector (looks limilar to USB-C, but flared on one
side like micro-USB)
has anyone seen a teardown of the new dish/router yet? (I'm not willing to
sacrafice my dish, but I may be willing to open the router for what little good
it will do, but will probably wait until after I get the ethernet adapter first.
David Lang
On Mon, 10 Jan 2022, Dave Taht wrote:
> Date: Mon, 10 Jan 2022 20:32:34 -0800
> From: Dave Taht <dave.taht@gmail.com>
> To: starlink@lists.bufferbloat.net
> Subject: [Starlink] reverse engineering the starlink router
>
> Really good teardown and analysis here:
>
> https://olegkutkov.me/2021/12/25/analysis-and-reverse-engineering-of-the-original-starlink-router/
>
> According to his twitter feed, he's now deep into the dishy:
> https://twitter.com/olegkutkov
>
> I really hope the original starlink router gets updated to a modern
> openwrt. The offloads they presently use in that product are just not
> needed at the speeds the dishy runs at and there are so many
> advantages to that modern codebase.
>
> I did get a shot at the newer dishy and wifi router over the holiday
> myself, (without, sigh, an ethernet port) but my primary interest is
> merely in finding a way to effectively run fq-codel derived algos on
> or near it and not have to tear it apart.
>
>
> --
> I tried to build a better future, a few times:
> https://wayforward.archive.org/?site=https%3A%2F%2Fwww.icei.org
>
> Dave Täht CEO, TekLibre, LLC
> _______________________________________________
> Starlink mailing list
> Starlink@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/starlink
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Starlink] reverse engineering the starlink router
2022-01-11 5:27 ` David Lang
@ 2022-01-11 14:58 ` Nathan Owens
2022-01-26 19:46 ` Dave Täht
1 sibling, 0 replies; 4+ messages in thread
From: Nathan Owens @ 2022-01-11 14:58 UTC (permalink / raw)
To: David Lang; +Cc: Dave Taht, starlink
[-- Attachment #1: Type: text/plain, Size: 2208 bytes --]
It’s a cat5e cable with custom waterproof connectors, still seems to be
Ethernet+ PoE
Haven’t seen a teardown yet…
On Mon, Jan 10, 2022 at 9:27 PM David Lang <david@lang.hm> wrote:
> The new square dish no longer uses a rj-45 cable between the dish and the
> router, they have some new connector (looks limilar to USB-C, but flared
> on one
> side like micro-USB)
>
> has anyone seen a teardown of the new dish/router yet? (I'm not willing to
> sacrafice my dish, but I may be willing to open the router for what little
> good
> it will do, but will probably wait until after I get the ethernet adapter
> first.
>
> David Lang
>
> On Mon, 10 Jan 2022, Dave Taht wrote:
>
> > Date: Mon, 10 Jan 2022 20:32:34 -0800
> > From: Dave Taht <dave.taht@gmail.com>
> > To: starlink@lists.bufferbloat.net
> > Subject: [Starlink] reverse engineering the starlink router
> >
> > Really good teardown and analysis here:
> >
> >
> https://olegkutkov.me/2021/12/25/analysis-and-reverse-engineering-of-the-original-starlink-router/
> >
> > According to his twitter feed, he's now deep into the dishy:
> > https://twitter.com/olegkutkov
> >
> > I really hope the original starlink router gets updated to a modern
> > openwrt. The offloads they presently use in that product are just not
> > needed at the speeds the dishy runs at and there are so many
> > advantages to that modern codebase.
> >
> > I did get a shot at the newer dishy and wifi router over the holiday
> > myself, (without, sigh, an ethernet port) but my primary interest is
> > merely in finding a way to effectively run fq-codel derived algos on
> > or near it and not have to tear it apart.
> >
> >
> > --
> > I tried to build a better future, a few times:
> > https://wayforward.archive.org/?site=https%3A%2F%2Fwww.icei.org
> >
> > Dave Täht CEO, TekLibre, LLC
> > _______________________________________________
> > Starlink mailing list
> > Starlink@lists.bufferbloat.net
> > https://lists.bufferbloat.net/listinfo/starlink
> _______________________________________________
> Starlink mailing list
> Starlink@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/starlink
>
[-- Attachment #2: Type: text/html, Size: 3557 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Starlink] reverse engineering the starlink router
2022-01-11 5:27 ` David Lang
2022-01-11 14:58 ` Nathan Owens
@ 2022-01-26 19:46 ` Dave Täht
1 sibling, 0 replies; 4+ messages in thread
From: Dave Täht @ 2022-01-26 19:46 UTC (permalink / raw)
To: David Lang; +Cc: Dave Taht, starlink
David: Have you been getting anywhere?
https://forum.openwrt.org/t/cake-w-adaptive-bandwidth/108848/2320
is about as ready for starlink testing as we can get it.
On Mon, Jan 10, 2022 at 09:27:16PM -0800, David Lang wrote:
> The new square dish no longer uses a rj-45 cable between the dish and the
> router, they have some new connector (looks limilar to USB-C, but flared on
> one side like micro-USB)
>
> has anyone seen a teardown of the new dish/router yet? (I'm not willing to
> sacrafice my dish, but I may be willing to open the router for what little
> good it will do, but will probably wait until after I get the ethernet
> adapter first.
>
> David Lang
>
> On Mon, 10 Jan 2022, Dave Taht wrote:
>
> >Date: Mon, 10 Jan 2022 20:32:34 -0800
> >From: Dave Taht <dave.taht@gmail.com>
> >To: starlink@lists.bufferbloat.net
> >Subject: [Starlink] reverse engineering the starlink router
> >
> >Really good teardown and analysis here:
> >
> >https://olegkutkov.me/2021/12/25/analysis-and-reverse-engineering-of-the-original-starlink-router/
> >
> >According to his twitter feed, he's now deep into the dishy:
> >https://twitter.com/olegkutkov
> >
> >I really hope the original starlink router gets updated to a modern
> >openwrt. The offloads they presently use in that product are just not
> >needed at the speeds the dishy runs at and there are so many
> >advantages to that modern codebase.
> >
> >I did get a shot at the newer dishy and wifi router over the holiday
> >myself, (without, sigh, an ethernet port) but my primary interest is
> >merely in finding a way to effectively run fq-codel derived algos on
> >or near it and not have to tear it apart.
> >
> >
> >--
> >I tried to build a better future, a few times:
> >https://wayforward.archive.org/?site=https%3A%2F%2Fwww.icei.org
> >
> >Dave Täht CEO, TekLibre, LLC
> >_______________________________________________
> >Starlink mailing list
> >Starlink@lists.bufferbloat.net
> >https://lists.bufferbloat.net/listinfo/starlink
> _______________________________________________
> Starlink mailing list
> Starlink@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/starlink
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-01-26 19:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-11 4:32 [Starlink] reverse engineering the starlink router Dave Taht
2022-01-11 5:27 ` David Lang
2022-01-11 14:58 ` Nathan Owens
2022-01-26 19:46 ` Dave Täht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox