Any chances that opening a root shell into the modem can be used to grab the closed firmware, reverse engineer it, then swap with an open source one? I mean it's not just about security but also being able to implement nice things to have running and connected while for example the phone operating system sleeps between calls.
This Blog is now hosted on a GPS/LTE modem
41–50 of 212 posts
Re: This Blog is now hosted on a GPS/LTE modem
#42Earlier quoted context omitted.
Wow, that's probably about the same ram & cpu as my desktop 16 years ago.
I started with a Pentium I, 166Mhz, 16MB, 1GB HDD, and I'm not even that old. I imagine we have folks here that started on a PDP :-) My P1 would stutter while playing MP3s :-))
Re: This Blog is now hosted on a GPS/LTE modem
#43Earlier quoted context omitted.
Regulatory reasons. There are a lot of things that FCC regs say that devices that transmit either must or must not do, which made more sense back when everything was analog. Now that the device is a full computer and can be programmed to do whatever you want, the way the industry has decided to best fulfill all those requirements is to make the computer do exactly and only what is required and then lock it down into…
Do those regulations explicitly say that the RF device is not allowed to be programmable by the user? And isn't the user legally forbidden from substantially modifying the RF behaviour in any case?
Re: This Blog is now hosted on a GPS/LTE modem
#44Earlier quoted context omitted.
Wow, that's probably about the same ram & cpu as my desktop 16 years ago.
I started with a Pentium I, 166Mhz, 16MB, 1GB HDD, and I'm not even that old. I imagine we have folks here that started on a PDP :-) My P1 would stutter while playing MP3s :-))
Lots of fond memories of norton commander, wordperfect and the old versions of battle chess.
Good times! I wish I had understood back then how much computers were going to change the world. Luckily my parents did.
Re: This Blog is now hosted on a GPS/LTE modem
#45Earlier quoted context omitted.
I started with a Pentium I, 166Mhz, 16MB, 1GB HDD, and I'm not even that old. I imagine we have folks here that started on a PDP :-) My P1 would stutter while playing MP3s :-))
When I was a kid we had a BBC Micro. In university we had CD burners but if you bumped the computer or did anything else while it was burning the CD, the disc was ruined. :P
I had to kill all extra processes or else the machine (maybe the fault of the HDD) couldn't keep the buffer filled and the write operation would fail.
I made a lot of coasters, but that was my favorite time with computers (1999 or so).
Re: This Blog is now hosted on a GPS/LTE modem
#46https://i.blackhat.com/USA-19/Wednesday/us-19-Shupeng-All-Th...
You can get the Linux distribution and a compilation environment for these from the manufacturer (source code). You may need to have a business account though.
Linux binaries can be used on these, we have tried code compiled in Rust, Go etc cross compiled for arm target and used on these targets, though the primary development is still in c / c++
They come with a bit dated OPENSSL, though you can compile to a newer version and use that. SQLITE comes built in
There is support for peripheral access I2C, SPI, SDIO, I2S etc. You could possibly create a simple gaming console with LTE connectivity, since the SPI can drive a TFT and there are IOs for keypad and I2C for touch and accelerometer, gyro etc
Actual modem FW is not available, since that would be Qualcomm properietary!
Re: This Blog is now hosted on a GPS/LTE modem
#47Earlier quoted context omitted.
It uses darkhttpd https://unix4lyfe.org/darkhttpd/
The blog post does state they are using darkhttpd but the network request for the blog post says "Server: nginx". Does darkhttpd use nginx inside or something?
Re: This Blog is now hosted on a GPS/LTE modem
#48Now it just needs to charge / run from solar and it can be dropped anywhere with signal. I wonder what sort of wattage this thing draws.
Re: This Blog is now hosted on a GPS/LTE modem
#49It's amazing that posting this on HN has not melted it down. Are you using an edge CDN like Cloudflare to provide caching?
Perhaps I'm not being very generous, but I'm often kinda surprised when sites do meltdown from the HN effect -- although I recognise it depends on a lot of factors.
Re: This Blog is now hosted on a GPS/LTE modem
#50Earlier quoted context omitted.
Wow, that's probably about the same ram & cpu as my desktop 16 years ago.
I started with a Pentium I, 166Mhz, 16MB, 1GB HDD, and I'm not even that old. I imagine we have folks here that started on a PDP :-) My P1 would stutter while playing MP3s :-))