An 802.11 Router For 3G Internet Service
An anonymous reader writes "Possio AB has launched a Linux-based wireless access point that allows users to connect to the Internet through 3G (third-generation) mobile telephone networks, which carry Internet data at broadband speeds. According to the Swedish company, which has filed for a patent on local-to-cellular routers, the PX30 can bring broadband wireless Internet service to small sites such as cafes, temporary hotspots such as building and event sites, mobile hot-spots such as buses and limos, and hot-spots in locations without a wired backhaul alternative. It can also be used, Possio says, by mobile-only carriers wishing to offer broadband Internet service, and in data acquisition and remote management applications such as M2M (machine-to-machine) applications."
But it isn't gonna happen.
Since every existing 3G network (kddi, docomo's foma) are billed per packet/per second for each connection.
While Verizon is charging something like $90 a month for unlimited 1xEVDO in south california.
How's the situation with 3G data in Europe?
Is it all flat-rate as well?
Kinda hard to surf the net at the speeds mentioned in the article when carriers like Sprint haven't made 3G fully functional. I am still only able browse the web at a mere 5k or so, 10k bursts if I'm lucky.
"Some fight for law. Some fight for justice. What will you fight for? One day, you will see."
The article only states an NAT box which connects a 3G mobile (as modem). What makes it differ from a MS machine with a 3G mobile modem and enable Internet Connection Share? (Or the equiv on Linux, ppp on demand + MASQ)... strange!
I am using a GPRS (not 3G) cell phone w/ my linux laptop right now from my apartment, because we are on a long waiting list for DSL due to saturation in the local central office!
Also, what you describe IS exactly how modern cell data works. The packet traffic is handled in a best-effort fashion using a small number of channels on the wireless infrastructure (sometimes statically allocated and sometimes dynamically adjusted). Voice calls negotiate an appropriate QoS path as part of the call setup. Congestion of data should not impede voice unless that is what the provider wants (as a business decision).
Possio was certainly first, but a company formed by ex-Monet Mobile (Burst) folks, including its founder, has a similar item in the U.S. called the Junxion Box. I wrote the first feature about it for The Seattle Times a few weeks ago. The Junxion Box can use 2G, 2.5G, and 3G cellular data networks. Junxion's technology allows interchangeable cell data PC cards from normal subscriptions -- its sort of generic hardware with simple drivers.
Freelance tech journalist for the Economist, MIT Technology Review, Macworld, and others
So don't use Windows update or virus definition updates (that would be an automated function). You can't use chat or newsgroups (not listed in i, ii or iii). Actually you can't use it all since "machine to machine applications" are prohibited which is pretty much what TCP/IP does. And you have to have a seperate working Internet connection anyway since you can't use this as a substitute (or a backup).
In 3G, your connection's speed is managed by overhead signaling and your connection will vary by the resources available (as implemented by CDMA 2000). To the layman, you may get only a basic channel of 9.6k if there is a lot of traffic. However, during periods of less activity, you'll peak up around 60-80 as an average. You may see it hit around 100k/sec, but voice traffic takes priority and will quickly knock you back down (unless you live in the sticks, or surf at 3am...after the drunks have called for their ride home).
You mention Mobile Internet, so I'm thinking you're alluding to Mobile IP. Mobile IP is only implemented in 3G, and uses Home Agent, Foreign Agents, AAA servers (authentication, billing), Packet Data Server Nodes (PDSN) and Packet Control servers (PCF). To the layperson, these are tunnels within IP, using care of addresses, to manage a network connection that is changing its point of connection. In implementation, you could fire up your laptop in NYC, and drive to Southern California without changing IP address. This way your applications don't break.
I could post a thesis on this, but I'm currently sitting in a Software Engineering class (ignoring a slide show on Java Beans) so I'm gonna cut it short here.
For a real good write up, go to IETF and read the white paper on Mobile IP. WiFi compared to MIP/3G is kinda similar to comparing oranges to limes. They're both citrus, but don't taste the same.
Agreed!
It took me less than 2 minutes to:
- plug the 3G PCMCIA card into my Fedora laptop
- 'dialup' (it presented as a serial modem)
- setup routing from the local LAN
- setup masquading and firewalling
- and let local users know that they could now
start browsing the internet!
Actually, the original article that you linked to, I knee-jerked over as well. Please don't make the same mistake. The plaintiff in question in that case simply wanted a temporary route. I assumed people posting those articles would have enough klu to know the difference between a temp route and a permanent IP space move. Whats more, its not routing we are talking about but some sort of bridging or translation. Routing is IP only. We do not know if 3G actually uses IP addresses at all.