* [Cerowrt-devel] anyone have real info on the google router?
@ 2015-08-18 19:31 David Lang
2015-08-19 1:57 ` Jim Gettys
0 siblings, 1 reply; 8+ messages in thread
From: David Lang @ 2015-08-18 19:31 UTC (permalink / raw)
To: cerowrt-devel
http://googleblog.blogspot.com/2015/08/meet-onhub-new-router-for-new-way-to-wi.html
specifically the issues of firmware and drivers?
David Lang
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Cerowrt-devel] anyone have real info on the google router?
2015-08-18 19:31 [Cerowrt-devel] anyone have real info on the google router? David Lang
@ 2015-08-19 1:57 ` Jim Gettys
2015-08-19 4:16 ` David Lang
2015-08-19 9:47 ` Steven Barth
0 siblings, 2 replies; 8+ messages in thread
From: Jim Gettys @ 2015-08-19 1:57 UTC (permalink / raw)
To: David Lang; +Cc: cerowrt-devel
[-- Attachment #1: Type: text/plain, Size: 1262 bytes --]
On Tue, Aug 18, 2015 at 3:31 PM, David Lang <david@lang.hm> wrote:
>
> http://googleblog.blogspot.com/2015/08/meet-onhub-new-router-for-new-way-to-wi.html
>
> specifically the issues of firmware and drivers?
It runs a very recent kernel (3.18, IIRC).
The devel prototype originally ran OpenWrt; should be pretty easy to
make OpenWrt run on it again. Has a speaker on it (so you can do proof of
actual presence to help bootstrap security stuff). Ath10k wireless. Has a
TPM module on board, so you could do a poor man's hsm for storing keys.
Android style unlockable bootloader. The intent is it be an open
platform. Has a hardware packet assist engine: there will be the usual
issues of latency vs. bandwidth; not much use of that this instant.
Current software admin is done entirely via Android apps and a google back
end: no web gui for it at the moment (Trond isn't comfortable with a web
server on the router). Secure upgrade of the firmware.
- Jim
>
> David Lang
> _______________________________________________
> Cerowrt-devel mailing list
> Cerowrt-devel@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cerowrt-devel
>
[-- Attachment #2: Type: text/html, Size: 2744 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Cerowrt-devel] anyone have real info on the google router?
2015-08-19 1:57 ` Jim Gettys
@ 2015-08-19 4:16 ` David Lang
2015-08-19 6:02 ` Mikael Abrahamsson
2015-08-19 9:47 ` Steven Barth
1 sibling, 1 reply; 8+ messages in thread
From: David Lang @ 2015-08-19 4:16 UTC (permalink / raw)
To: Jim Gettys; +Cc: cerowrt-devel
[-- Attachment #1: Type: TEXT/PLAIN, Size: 1603 bytes --]
On Tue, 18 Aug 2015, Jim Gettys wrote:
> On Tue, Aug 18, 2015 at 3:31 PM, David Lang <david@lang.hm> wrote:
>
>>
>> http://googleblog.blogspot.com/2015/08/meet-onhub-new-router-for-new-way-to-wi.html
>>
>> specifically the issues of firmware and drivers?
>
>
>
> It runs a very recent kernel (3.18, IIRC).
> The devel prototype originally ran OpenWrt; should be pretty easy to
> make OpenWrt run on it again. Has a speaker on it (so you can do proof of
> actual presence to help bootstrap security stuff). Ath10k wireless. Has a
> TPM module on board, so you could do a poor man's hsm for storing keys.
IIRC the Ath10k wireless is not very hackable (big binary blob), so that would
mean that unless Google has been able to do something new here, it's not very
hackable for make-wifi-fast.
Am I remembering correctly?
otherwise it sounds like a nice device for the price.
David Lang
>
>
> Android style unlockable bootloader. The intent is it be an open
> platform. Has a hardware packet assist engine: there will be the usual
> issues of latency vs. bandwidth; not much use of that this instant.
>
> Current software admin is done entirely via Android apps and a google back
> end: no web gui for it at the moment (Trond isn't comfortable with a web
> server on the router). Secure upgrade of the firmware.
> - Jim
>
>
>>
>> David Lang
>> _______________________________________________
>> Cerowrt-devel mailing list
>> Cerowrt-devel@lists.bufferbloat.net
>> https://lists.bufferbloat.net/listinfo/cerowrt-devel
>>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Cerowrt-devel] anyone have real info on the google router?
2015-08-19 4:16 ` David Lang
@ 2015-08-19 6:02 ` Mikael Abrahamsson
0 siblings, 0 replies; 8+ messages in thread
From: Mikael Abrahamsson @ 2015-08-19 6:02 UTC (permalink / raw)
To: David Lang; +Cc: cerowrt-devel
On Tue, 18 Aug 2015, David Lang wrote:
> IIRC the Ath10k wireless is not very hackable (big binary blob), so that
> would mean that unless Google has been able to do something new here, it's
> not very hackable for make-wifi-fast.
>
> Am I remembering correctly?
>
> otherwise it sounds like a nice device for the price.
The IPQ8064 from Qualcomm might become more FOSS-friendly over time,
Qualcomm seems to be going in the right direction, but right now it's
fairly closed down.
So no, I don't see this platform as a short term make-wifi-fast
development platform, at least not without getting Qualcomm onboard and
working closely with the project.
If I understand correctly, we have both the packet accelerator (closed
source) and the ATH10K wireless (closed source) to contend with.
--
Mikael Abrahamsson email: swmike@swm.pp.se
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Cerowrt-devel] anyone have real info on the google router?
2015-08-19 1:57 ` Jim Gettys
2015-08-19 4:16 ` David Lang
@ 2015-08-19 9:47 ` Steven Barth
2015-08-19 17:55 ` David Lang
1 sibling, 1 reply; 8+ messages in thread
From: Steven Barth @ 2015-08-19 9:47 UTC (permalink / raw)
To: cerowrt-devel
Wow, I must imagine it to be especially painful to reinvent the wheel
for all things QoS, WiFi optimizations, IPv6, Firewalling etc. and
rebuilding that on top of ChromeOS.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Cerowrt-devel] anyone have real info on the google router?
2015-08-19 9:47 ` Steven Barth
@ 2015-08-19 17:55 ` David Lang
2015-08-19 18:10 ` Mikael Abrahamsson
2015-08-19 18:49 ` Steven Barth
0 siblings, 2 replies; 8+ messages in thread
From: David Lang @ 2015-08-19 17:55 UTC (permalink / raw)
To: Steven Barth; +Cc: cerowrt-devel
On Wed, 19 Aug 2015, Steven Barth wrote:
> Wow, I must imagine it to be especially painful to reinvent the wheel
> for all things QoS, WiFi optimizations, IPv6, Firewalling etc. and
> rebuilding that on top of ChromeOS.
It's all Linux under the covers, so there's probably far less reinventing than
you think.
I'll bet a lot of that stuff is either used as-is (with a different config
system), or they just don't implement it (I doubt it has QoS for example)
David Lang
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Cerowrt-devel] anyone have real info on the google router?
2015-08-19 17:55 ` David Lang
@ 2015-08-19 18:10 ` Mikael Abrahamsson
2015-08-19 18:49 ` Steven Barth
1 sibling, 0 replies; 8+ messages in thread
From: Mikael Abrahamsson @ 2015-08-19 18:10 UTC (permalink / raw)
To: David Lang; +Cc: Steven Barth, cerowrt-devel
On Wed, 19 Aug 2015, David Lang wrote:
> I'll bet a lot of that stuff is either used as-is (with a different
> config system), or they just don't implement it (I doubt it has QoS for
> example)
The marketing indicates that it can prioritize some hosts over others, so
it'll have QoS, but it might just be whatever IPQ8064 offers as standard
(since the packet forwarding hardware is controlled by proprietary
firmware and proprietary kernel modifications to interact with this
firmware).
--
Mikael Abrahamsson email: swmike@swm.pp.se
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Cerowrt-devel] anyone have real info on the google router?
2015-08-19 17:55 ` David Lang
2015-08-19 18:10 ` Mikael Abrahamsson
@ 2015-08-19 18:49 ` Steven Barth
1 sibling, 0 replies; 8+ messages in thread
From: Steven Barth @ 2015-08-19 18:49 UTC (permalink / raw)
To: David Lang; +Cc: cerowrt-devel
>It's all Linux under the covers, so there's probably far less
>reinventing than
>you think.
The kernel is the least of your issues. Try finding a halfway decent network management daemon aimed at routers that handles v6 potentially all sorts of tunnels, properly integrates firewall routing qos etc.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2015-08-19 18:49 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-18 19:31 [Cerowrt-devel] anyone have real info on the google router? David Lang
2015-08-19 1:57 ` Jim Gettys
2015-08-19 4:16 ` David Lang
2015-08-19 6:02 ` Mikael Abrahamsson
2015-08-19 9:47 ` Steven Barth
2015-08-19 17:55 ` David Lang
2015-08-19 18:10 ` Mikael Abrahamsson
2015-08-19 18:49 ` Steven Barth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox