Welcome to Teemu’s Blog

Picture of me.

Hi, my name is Teemu Harju. I'm a 27-year-old engineer from Espoo, Finland and this is site is my contribution to the world wide web. I'll write here about all kinds of stuff that interests me. Python coding is my passion. I'm also interested in different kinds of web technologies.

How about running a web server on your mobile phone?

Nokia has released a web server software that you can run on your mobile phone. The software is called Raccoon and it is basically a apache web server for Series 60 phones.

Raccoon web server for mobile phones

To make you phone truly a member of the Internet, you still need to register it to a server that gives it a URL and makes it possible to make TCP connections from outside to your phone. Sounds complicated and it is, but just blame the mobile operators. Test accounts are limited, but you can apply one and download the software from here.

Here is a default startup page of my mobsite, running on my Nokia 6630.

You can also do lots of cool stuff with the included concept demos. It is also possible to make your mobsite interactive using Python. How cool is that?

One Response to “How about running a web server on your mobile phone?”

  1. Teemu’s Blog » Blog Archive » Raccoon goes open source Says:

    […] Earlier, I wrote about the Raccoon web server that you can run on your mobile phone. I just found out that it has been released as open source. Also the gateway implementation has been released, so now you are no more attached only to the project’s own gateway. A brief look at the gateway install instructions seemed to be quite complicated, but I’m definitely planning to set up one to my home server. […]

Leave a Reply