On Sat, Feb 26, 2011 at 09:55:57AM +0530, Anand Chitipothu wrote:
> NoSQL Bangalore meetup is happening this sunday.
>
> Venue: C42 - http://maps.google.co.in/maps?q=C42
I got interested in this query.
I am glad, it asks
Did you mean:
Calle 42 - Palmira, Valle Del Cauca, Colombia
C42, Namibia
Hi,
NoSQL Bangalore meetup is happening this sunday.
Venue: C42 - http://maps.google.co.in/maps?q=C42
Time: Sunday, Feb 27 - 15:00
Sorry for OT post. Posting it here as I've noticed lot of interest in
nosql here.
Anand
___
BangPypers mailing list
Bang
On Fri, Feb 25, 2011 at 10:35 PM, Gora Mohanty wrote:
> On 2/25/11, kunal ghosh wrote:
> > Hi all, i am working on UDP hole punching to allow communication between
> two
> > computers hidden
> > behind their respective NATs (Home Router).
> [...]
> > Now i try to do the same thing using python a
On Sat, Feb 26, 2011 at 8:09 AM, Senthil Kumaran wrote:
> On Sat, Feb 26, 2011 at 06:48:51AM +0530, kunal ghosh wrote:
> > On Sat, Feb 26, 2011 at 6:37 AM, Senthil Kumaran >wrote:
> >
> > > On Fri, Feb 25, 2011 at 08:42:31PM +0530, kunal ghosh wrote:
> > > > step 1: holepunch , send UDP packet fr
On Sat, Feb 26, 2011 at 06:48:51AM +0530, kunal ghosh wrote:
> On Sat, Feb 26, 2011 at 6:37 AM, Senthil Kumaran wrote:
>
> > On Fri, Feb 25, 2011 at 08:42:31PM +0530, kunal ghosh wrote:
> > > step 1: holepunch , send UDP packet from receiver to sender
> > > from socket import *
> > > s = socket(AF
On Sat, Feb 26, 2011 at 6:37 AM, Senthil Kumaran wrote:
> On Fri, Feb 25, 2011 at 08:42:31PM +0530, kunal ghosh wrote:
> > step 1: holepunch , send UDP packet from receiver to sender
> > from socket import *
> > s = socket(AF_INET,SOCK_DGRAM)
> > host = ""
> > port =
> > s.bind((host,port))
> > s
On Fri, Feb 25, 2011 at 08:42:31PM +0530, kunal ghosh wrote:
> step 1: holepunch , send UDP packet from receiver to sender
> from socket import *
> s = socket(AF_INET,SOCK_DGRAM)
> host = ""
> port =
> s.bind((host,port))
> s.sendto("Message",("",))
>
> here i get the following error
> *error: [E
On 2/25/11, kunal ghosh wrote:
> Hi all, i am working on UDP hole punching to allow communication between two
> computers hidden
> behind their respective NATs (Home Router).
[...]
> Now i try to do the same thing using python and sockets,
> step 1: holepunch , send UDP packet from receiver to sen
Hi all, i am working on UDP hole punching to allow communication between two
computers hidden
behind their respective NATs (Home Router).
I have been able to achieve the same using netcat and hping3 , as described
here:
http://www.cyberciti.biz/tips/howto-linux-iptables-bypass-firewall-restriction