Wednesday, January 2, 2013

Free WIFI in Paris airport

So, I was stuck in Paris Airport for a few hours waiting for my connecting flight. I took out my laptop in hopes of free internet. Opened up my browser. And there we go. Bad news and good news! The familiar screen pops up asking you to pay for the internet. But wait, at the bottom corner of the screen, it says something like "Free internet browsing for 15 minutes". Woohoo. Atleast I have 15 minutes of entertainment. I entered my name, email address and there we go. So after some emailing, facebooking, twittering and browsing, the time slipped by and in no time the 15 minutes were over.

Now what??

I sat there and thought. Haha! I still have my phone. It was my Samsung Captivate. But you know the small screen and the slow speed of these phones. Makes browsing a terrible experience. Even though these phones are much better than previous ones, the browsing is still a pain.

So NOW what??

I remembered reading somewhere, "15 min browsing per device". Some of my grey matter upstairs put on their thinking caps. So if they say "per device", that means they don't use the email you entered in the beginning as a means to stop you from using the 15 mins more than once. But then how would they find out it was from a different device. The answer is obvious for any one of you who have studied computers. No?? Well the only thing that came to my mind was the MAC address of the device.


I was on my linux OS. I had done it before, changing the mac address, but I couldn't remember the commands. Opened up the terminal. Nope. For some reason I thought maybe staring at the terminal would make me remember. But I had my phone. That much browsing can be done of the phone right??

So a quick google search gave me the needed commands.

You will need to either loign as root or use sudo in front of every command.
> ifconfig wlan0 down
> ifconfig wlan0 hw ether XX:XX:XX:XX:XX:XX
> ifconfig wlan0 up
> ifconfig wlan0 | grep HWaddr
You should enter any hex digits instead of the X's above. For example
> ifconfig wlan0 hw ether 4f:ed:18:05:a9:28
I got the commands from here.

I was a bit skeptical. It can't be that easy right?? But it was. It worked and I managed to get another 15 mins of free internet. Then after 15 mins, another change and another, but then it was time for my next flight.

If you are on windows or mac my friend, its not the end of the world. A quick google search will tell you how you can change the mac address of your computer as well.

Happy flying!!

Saturday, June 18, 2011

Microsoft SDK and OpenNI Drivers - Do they work together



Be part of the movement. Nice tag line. But looks like there is gonna be no movement around here. The non-commercial agreement you make when you install the Microsoft Kinect SDK does not allow you to use it any business even though you don't make money out of it. Check this link out. things-you-cant-do-with-the-microsoft-kinect-sdk.

So back to the topic on the title. OpenNI and the Kinect SDK. Will they work together, I mean will they work side by side. I guess not, yet. I installed the Microsoft Kinect SDK today and guess what, my OpenNI drivers stopped working, how convenient. Now I can't run the game I made with OpenNI and Unity3D. So I guess I'll just uninstall the official drivers for now, but not before I play around with the SDK it and get to see what it can do.

You'll probably be thinking right now why the hell would I go back to OpenNI drivers when the guys who made the device released there drivers. Guess..
Well I knew you'd guess wrong! No, its not because of the commercial license thingy. Its just cuz its not as compatible. Well it has its advantages which OpenNI doesn't have like very (and I mean very) easy motor control and good audio support(though I didn't try it yet). BUT its doesn't do a thing more that skeletal tracking.

The NITE software from OpenNI gives you much more with gesture recognition and stuff. And plus they have a NITE wrapper for Unity3D. How cool is that!! I managed to make a game within a few days with the Kinect. You must be wondering Microsoft has XNA and there must be someway to get Kinect working with XNA. Well there isn't a way yet. At least not an easy way. Some guy at Microsoft got the SDK running with XNA but supposedly he had to jump through a few hoops to get it up and running. Anybody out there with a solution please post it somewhere.

Well Id say it was easy to program in C sharp with the SDK but until they don't give me support with a good graphics engine, Im hanging around with OpenNI for now.

To try out the SDK just download from here. Download link for the SDK