Re: [zeromq-dev] An interesting use-case for EdgeNet : Asynchronous IRC?

2014-01-08 Thread crocket
Do you plan to submit Vector to play store in the near future? On Jan 8, 2014 10:00 AM, Sean Robertson sprobert...@gmail.com wrote: Ah wow that's exactly what this needed. I'll try to spend some time this weekend porting it and moving things over to the edgenet org. On Tue, Jan 7, 2014 at

Re: [zeromq-dev] An interesting use-case for EdgeNet : Asynchronous IRC?

2014-01-08 Thread Sean Robertson
Depends how near - I would like to eventually, but right now it barely works outside of carefully calibrated laboratory conditions. On Wed, Jan 8, 2014 at 1:29 AM, crocket crockabisc...@gmail.com wrote: Do you plan to submit Vector to play store in the near future? On Jan 8, 2014 10:00 AM,

Re: [zeromq-dev] An interesting use-case for EdgeNet : Asynchronous IRC?

2014-01-07 Thread Pieter Hintjens
Wow, awesome!! There is Jyre, a Java implementation of Zyre 1.0 (since then, I removed FileMQ from Zyre and simplified the API). If you use Jyre (and perhaps update it), it'll interoperate with Zyre and we can then look at making protocols that interoperate. I'd been aiming to make the core

Re: [zeromq-dev] An interesting use-case for EdgeNet : Asynchronous IRC?

2014-01-07 Thread Pieter Hintjens
Sorry, forgot to provide the link to Jyre, it's here: https://github.com/zeromq/jyre Written by the one and only miniway. On Tue, Jan 7, 2014 at 11:42 AM, Pieter Hintjens p...@imatix.com wrote: Wow, awesome!! There is Jyre, a Java implementation of Zyre 1.0 (since then, I removed FileMQ from

Re: [zeromq-dev] An interesting use-case for EdgeNet : Asynchronous IRC?

2014-01-07 Thread Sean Robertson
Ah wow that's exactly what this needed. I'll try to spend some time this weekend porting it and moving things over to the edgenet org. On Tue, Jan 7, 2014 at 2:45 AM, Pieter Hintjens p...@imatix.com wrote: Sorry, forgot to provide the link to Jyre, it's here: https://github.com/zeromq/jyre

Re: [zeromq-dev] An interesting use-case for EdgeNet : Asynchronous IRC?

2014-01-06 Thread Lindley French
Now that I've read Chapter 8 completely, I'm quite certain I could help get zyre working on Android once I get hold of a phone. For one thing, I've already created a very similar system for Android, so many of the same lessons should apply. It was a bit bizarre how similar my solution to peer

Re: [zeromq-dev] An interesting use-case for EdgeNet : Asynchronous IRC?

2014-01-06 Thread Pieter Hintjens
Interesting. There are so many avenues for fun stuff. Right now the challenge is just to get the basic libzmq+czmq+zyre+drops stack building on Android. On Mon, Jan 6, 2014 at 10:12 PM, Lindley French lindl...@gmail.com wrote: Now that I've read Chapter 8 completely, I'm quite certain I could

Re: [zeromq-dev] An interesting use-case for EdgeNet : Asynchronous IRC?

2014-01-06 Thread Sean Robertson
Here's my current attempt at an edgenet messaging app - https://github.com/spro/Vector All that works right now is shouting into a shared room, but it's using the edgenet design of UDP presence beacons individual dealer - router connections to achieve that. I wasn't sure how to go about

Re: [zeromq-dev] An interesting use-case for EdgeNet : Asynchronous IRC?

2014-01-02 Thread Lindley French
As far as async twitter goes, it isn't a public product. It was a sample application to demonstrate the merits of DARPA CBMEN technology. On Thu, Jan 2, 2014 at 12:53 AM, Lindley French lindl...@gmail.com wrote: Thanks for the offer but that probably isn't a great way to debug. I may be

Re: [zeromq-dev] An interesting use-case for EdgeNet : Asynchronous IRC?

2014-01-01 Thread Lindley French
On Android at least, if you have any trouble with UDP broadcast or multicast, you should trying using the IPv6 all-hosts address. Android's built-in filtering doesn't seem to affect IPv6 the same way as IPv4. On Wed, Jan 1, 2014 at 12:10 AM, Sean Robertson sprobert...@gmail.comwrote: I have

Re: [zeromq-dev] An interesting use-case for EdgeNet : Asynchronous IRC?

2014-01-01 Thread Lindley French
Oh---and some network functionality shuts down on Android when the device is inactive if you don't take the appropriate lock. This is a critical consideration when designing edge networking services. On Jan 1, 2014, at 1:17 PM, Lindley French lindl...@gmail.com wrote: On Android at least,

Re: [zeromq-dev] An interesting use-case for EdgeNet : Asynchronous IRC?

2014-01-01 Thread Lindley French
Maybe. I have some practical experience but I don't have an Android device right now, and the emulators don't behave exactly like the devices in all cases. Sent from my iPhone On Jan 1, 2014, at 4:37 PM, Pieter Hintjens p...@imatix.com wrote: Lindley, would you be able to help get Zyre et

Re: [zeromq-dev] An interesting use-case for EdgeNet : Asynchronous IRC?

2014-01-01 Thread crocket
Sent from my iPhone tells you have an iPhone. Do you need to buy an android device? I already have nexus 7 and just ordered a nexus 5 yesterday. I can test your programs if you give .apk to me or upload your app to play store. On Thu, Jan 2, 2014 at 7:14 AM, Lindley French lindl...@gmail.com

Re: [zeromq-dev] An interesting use-case for EdgeNet : Asynchronous IRC?

2014-01-01 Thread Lindley French
Thanks for the offer but that probably isn't a great way to debug. I may be getting an Android device in a month or so. On Wed, Jan 1, 2014 at 9:02 PM, crocket crockabisc...@gmail.com wrote: Sent from my iPhone tells you have an iPhone. Do you need to buy an android device? I already have

[zeromq-dev] An interesting use-case for EdgeNet : Asynchronous IRC?

2013-12-31 Thread crocket
With asynchronous IRC software, you can choose your nickname and a topic. You send messages that belong to a topic. People who subscribed to that topic receive your message. Or they might choose to receive messages from every topic. This becomes very interesting when population density goes up

Re: [zeromq-dev] An interesting use-case for EdgeNet : Asynchronous IRC?

2013-12-31 Thread Dave Crossland
This is a great idea! Like #hashTags ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Re: [zeromq-dev] An interesting use-case for EdgeNet : Asynchronous IRC?

2013-12-31 Thread crocket
May asynchronous twitter be more appropriate for my idea? Asynchronous twitter, asynchronous IRC, whatever. On Wed, Jan 1, 2014 at 11:19 AM, crocket crockabisc...@gmail.com wrote: With asynchronous IRC software, you can choose your nickname and a topic. You send messages that belong to a

Re: [zeromq-dev] An interesting use-case for EdgeNet : Asynchronous IRC?

2013-12-31 Thread Lindley French
Asych twitter is a good idea and will work well. I've seen it done. Another fun application is async push to talk. On Dec 31, 2013, at 9:32 PM, crocket crockabisc...@gmail.com wrote: May asynchronous twitter be more appropriate for my idea? Asynchronous twitter, asynchronous IRC, whatever.

Re: [zeromq-dev] An interesting use-case for EdgeNet : Asynchronous IRC?

2013-12-31 Thread crocket
How does async twitter work? Can you point me to the link? On Wed, Jan 1, 2014 at 11:38 AM, Lindley French lindl...@gmail.com wrote: Asych twitter is a good idea and will work well. I've seen it done. Another fun application is async push to talk. On Dec 31, 2013, at 9:32 PM, crocket

Re: [zeromq-dev] An interesting use-case for EdgeNet : Asynchronous IRC?

2013-12-31 Thread Sean Robertson
I have something like this in the works, in the form of an iOS application that I hope to soon port to Android. It doesn't properly use Zyre but rather my own haphazard reimplementation, due to some silliness with Apple's UDP broadcast (https://github.com/zeromq/czmq/issues/297). The UI works