s_erno
Posts: 9
Joined: Mon Jun 24, 2013 12:21 pm

Using Pi with point-to-point connection

Mon Jun 24, 2013 2:14 pm

Hey all,
just got my Pi and it's quite a blast. Got a Wi-Pi dongle to it, managed to configure it up and it's running nicely.

Now I'm a kind of a newbie to linux and been struggling with this but is it possible to create a point-to-point connection between the Pi's Wifi dongle and another hotspot so I can send data and such to the Pi?

Thanks.

User avatar
Davespice
Forum Moderator
Forum Moderator
Posts: 1665
Joined: Fri Oct 14, 2011 8:06 pm
Location: The Netherlands
Contact: Twitter

Re: Using Pi with point-to-point connection

Mon Jun 24, 2013 2:16 pm

Ah, I guess you mean you want to access the Pi file system over the network?
Maybe this will help;
http://blogs.arcsoftwareconsultancy.com ... etworking/

s_erno
Posts: 9
Joined: Mon Jun 24, 2013 12:21 pm

Re: Using Pi with point-to-point connection

Mon Jun 24, 2013 2:43 pm

Thank you for the link it's quite informative.

My bad, forgot to mention the entire picture, that I'd like a tablet or smartphone maybe (preferably ios based) to be able to connect point-to-point to the Pi wirelessly . I managed to give the Pi a static ip address so far in the interfaces file but not sure what to do next for it to show up on the networks list of the tablet.

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: Using Pi with point-to-point connection

Mon Jun 24, 2013 2:47 pm

You need to turn into an WiFi access point.
Not all dongles are capable of AP Mode.

This distro comes preconfigured and should make things easier :
http://www.pi-point.co.uk/

ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

s_erno
Posts: 9
Joined: Mon Jun 24, 2013 12:21 pm

Re: Using Pi with point-to-point connection

Mon Jun 24, 2013 3:22 pm

The Wi-Pi dongle can work as an AP I've checked that. .)
What I'm not sure about, as having an AP means that it connects to a wired network somehow right? So will the image in the link you gave still work without a wired connection?

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: Using Pi with point-to-point connection

Mon Jun 24, 2013 3:25 pm

This can be entirely self-contained , with no internet or other connection.

ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

SteveSpencer
Posts: 357
Joined: Thu Mar 28, 2013 9:19 am
Location: Nottingham, UK

Re: Using Pi with point-to-point connection

Mon Jun 24, 2013 3:27 pm

Well, an AP normally has some sort of wired connection. However, you can run a Pi as an AP (and a DHCP server and a DNS server if you want to) without anything being connected directly to it.

I have just that set up running, so the Pi can run Logitech media server and various things can connect to it (as slave players, in my case), but nothing actually connects to the internet connection in the rest of the building.

Steve
Steve S
No, I can't think of anything funny that won't offend someone if they want it to...

s_erno
Posts: 9
Joined: Mon Jun 24, 2013 12:21 pm

Re: Using Pi with point-to-point connection

Wed Jun 26, 2013 9:03 am

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).

PiGraham
Posts: 3939
Joined: Fri Jun 07, 2013 12:37 pm
Location: Waterlooville

Re: Using Pi with point-to-point connection

Wed Jun 26, 2013 9:52 am

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.

s_erno
Posts: 9
Joined: Mon Jun 24, 2013 12:21 pm

Re: Using Pi with point-to-point connection

Fri Jun 28, 2013 1:45 pm

Fiddled around a bit with this and ssh and ping work both ways now, but I still can't send udp packets to the pi's ip address somehow, at least netstat doesn't show anything. I'm trying to send data on port 9750, is there a way to see if this is open on the pi somehow?

Return to “Beginners”