Re: [android-developers] Re: Android Web Server

2010-10-06 Thread Miguel Morales
What about service providers which don't allow or firewall most if not
all incoming ports?
Can you still act a server?

But yeah, I guess for private networks you could do some interesting stuff.

On Wed, Oct 6, 2010 at 8:09 PM, kypriakos  wrote:
>
> To answer Miguel's question(s):
> (1) Because I can ;) thanks to iJetty.
> (2) We are building peer-to-peer composite service middleware for
> mobile devices.
> Services such as shared calendars across trusted groups or phone cam
> etc.
>
> I have done this successfully on Nokia Internet Tablets (Java CDC) and
> the performance
> was fairly good. Not sure how Android devices will fare on all this
> but that's the reason
> of the exercise anyway
>
> On Oct 6, 6:11 pm, Bret Foreman  wrote:
>> I've been looking at doing the same thing so one of my apps can offer
>> web services. I'll be interested to hear what people think.
>>
>> On Oct 6, 2:59 pm, Miguel Morales  wrote:> You want 
>> to run an HTTP server on Android?  Why?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en



-- 
~ Jeremiah:9:23-24
Android 2D MMORPG: http://developingthedream.blogspot.com/,
http://diastrofunk.com,
http://www.youtube.com/user/revoltingx

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: Android Web Server

2010-10-06 Thread xiaoxiong weng
as long as you have access to a public server, you could always do a tunnel.
I used to send stuff behind nat through ssh

On Thu, Oct 7, 2010 at 2:22 AM, Miguel Morales wrote:

> What about service providers which don't allow or firewall most if not
> all incoming ports?
> Can you still act a server?
>
> But yeah, I guess for private networks you could do some interesting stuff.
>
> On Wed, Oct 6, 2010 at 8:09 PM, kypriakos  wrote:
> >
> > To answer Miguel's question(s):
> > (1) Because I can ;) thanks to iJetty.
> > (2) We are building peer-to-peer composite service middleware for
> > mobile devices.
> > Services such as shared calendars across trusted groups or phone cam
> > etc.
> >
> > I have done this successfully on Nokia Internet Tablets (Java CDC) and
> > the performance
> > was fairly good. Not sure how Android devices will fare on all this
> > but that's the reason
> > of the exercise anyway
> >
> > On Oct 6, 6:11 pm, Bret Foreman  wrote:
> >> I've been looking at doing the same thing so one of my apps can offer
> >> web services. I'll be interested to hear what people think.
> >>
> >> On Oct 6, 2:59 pm, Miguel Morales  wrote:> You
> want to run an HTTP server on Android?  Why?
> >
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Android Developers" group.
> > To post to this group, send email to android-developers@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscr...@googlegroups.com
> > For more options, visit this group at
> > http://groups.google.com/group/android-developers?hl=en
>
>
>
> --
> ~ Jeremiah:9:23-24
> Android 2D MMORPG: http://developingthedream.blogspot.com/,
> http://diastrofunk.com,
> http://www.youtube.com/user/revoltingx
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: Android Web Server

2010-10-06 Thread Miguel Morales
I'd figure that would kill performance.  Right?

On Wed, Oct 6, 2010 at 11:35 PM, xiaoxiong weng  wrote:
> as long as you have access to a public server, you could always do a tunnel.
> I used to send stuff behind nat through ssh
>
> On Thu, Oct 7, 2010 at 2:22 AM, Miguel Morales 
> wrote:
>>
>> What about service providers which don't allow or firewall most if not
>> all incoming ports?
>> Can you still act a server?
>>
>> But yeah, I guess for private networks you could do some interesting
>> stuff.
>>
>> On Wed, Oct 6, 2010 at 8:09 PM, kypriakos  wrote:
>> >
>> > To answer Miguel's question(s):
>> > (1) Because I can ;) thanks to iJetty.
>> > (2) We are building peer-to-peer composite service middleware for
>> > mobile devices.
>> > Services such as shared calendars across trusted groups or phone cam
>> > etc.
>> >
>> > I have done this successfully on Nokia Internet Tablets (Java CDC) and
>> > the performance
>> > was fairly good. Not sure how Android devices will fare on all this
>> > but that's the reason
>> > of the exercise anyway
>> >
>> > On Oct 6, 6:11 pm, Bret Foreman  wrote:
>> >> I've been looking at doing the same thing so one of my apps can offer
>> >> web services. I'll be interested to hear what people think.
>> >>
>> >> On Oct 6, 2:59 pm, Miguel Morales  wrote:> You
>> >> want to run an HTTP server on Android?  Why?
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups "Android Developers" group.
>> > To post to this group, send email to android-developers@googlegroups.com
>> > To unsubscribe from this group, send email to
>> > android-developers+unsubscr...@googlegroups.com
>> > For more options, visit this group at
>> > http://groups.google.com/group/android-developers?hl=en
>>
>>
>>
>> --
>> ~ Jeremiah:9:23-24
>> Android 2D MMORPG: http://developingthedream.blogspot.com/,
>> http://diastrofunk.com,
>> http://www.youtube.com/user/revoltingx
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to android-developers@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-developers+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en



-- 
~ Jeremiah:9:23-24
Android 2D MMORPG: http://developingthedream.blogspot.com/,
http://diastrofunk.com,
http://www.youtube.com/user/revoltingx

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: Android Web Server

2010-10-10 Thread Miguel Morales
I'd much rather package an MQ client library like RabbitMQ with my
android application and avoid the overhead of HTTP/Web server and
communicate via lightweight packets using an always open socket.

I suspect this is how C2DM works.

On Thu, Oct 7, 2010 at 11:16 PM, % rm  wrote:
> We had apache web server running in nokia s60 phones. Google for
> raccoon or Johan Wikman. A gw handled the nat issue. The battery ran
> out quite fast but "because we can" is a good reason to give ita try!
>
>  br, risto
>
>
> On 7 loka, 20:19, Bret Foreman  wrote:
>> I've run a web server from a PC using my phone as a gateway and the
>> results were mixed. Some carriers will sense and block the inbound
>> connection and others will not. But it's against the TOS for all
>> carriers. That is set to change as more people do pier-to-pier web
>> services, but it's not reliable now unless you buy a special phone
>> plan that allows it.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en



-- 
~ Jeremiah:9:23-24
Android 2D MMORPG: http://developingthedream.blogspot.com/,
http://diastrofunk.com,
http://www.youtube.com/user/revoltingx

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en