s_erno wrote:Thanks guys, downloaded the 1 gig image, flashed it and it's now running. Shows up in the wifi hotspots lists and can connect to it, tho it seems I can't to send data to it yet somehow. I don't need to tweak anything with it right? (At least that's the feeling I had after reading the documentation).
You need a server on the Pi to connect to.
By default you should be able to ssh to it and get command-line control. You need a ssh client on your other device. It works just the same as over a wired Ethernet connection, just use the IP of the Pi's WiFi connection.
You should be able to ping it.
If you want FTP or HTTP web access you may need to install and configures servers for that. I don't know what that PiPoint distro comes with. It may have a web configuration page. If the Pi WiFi IP is 192.168.0.1 type
http://192.168.0.1 into your web browser address bar and you may make contact.