Open GoogleCodeExporter opened 9 years ago
In part this is a duplicate of issue 36, except I didn't really address the
port customization there.
Leandro, is there anything that blocks the desktop app from having multiple
instances?
Original comment by rdamazio@gmail.com
on 19 Oct 2010 at 10:04
The operating system does not allow two programs to bind to the same TCP port
as you saw in the log file. But, you can run two instances and get
notifications using UDP, select "Global broadcast address" in "Target IP
Address" and keep "Send with UDP" checked in the android app.
Original comment by lehph...@gmail.com
on 20 Oct 2010 at 12:08
You are right, I can do that. But then the notifications can't be send via the
cell network which is what I prefer. I'm interested in keeping our notification
history even when we are on the go and not connected to any wifi.
Original comment by madssand...@gmail.com
on 20 Oct 2010 at 12:40
Maybe the port could be configurable per device.
Original comment by madssand...@gmail.com
on 20 Oct 2010 at 12:41
I think Rodrigo said we don't want to complicate things with configuration per
device.
You can't just install the desktop app in your workstation at work? Usb support
is being tested in issue 162 if don't have wifi at work.
Original comment by lehph...@gmail.com
on 20 Oct 2010 at 1:26
So, in general I'm in favor of keeping things simple, but I'm willing to
address requests if enough users want it (as I did for having multiple IPs).
Anyway, for now my top priority is getting commands ready and released, but
after that I'll go back to addressing smaller requests, then I'll revisit
setting custom ports.
Original comment by rdamazio@gmail.com
on 20 Oct 2010 at 1:43
[deleted comment]
"...install the desktop app in your workstation at work...".
I could, I could, and I had until I discovered the send via cell network
option. And we have wifi at work too, no static ip's though, so I would have to
use broadcast and luckily notifications can be encrypted and is device specific
since I'm not the only one using it at work. But what I want is to keep the
notification history in growl, so notifications needs to be sent to something
online 24/7 which is reachable even if i'm not at home or work.
Original comment by madssand...@gmail.com
on 20 Oct 2010 at 10:36
Just one comment about wifi without static IPs - if your wifi network does
proper DNS (e.g. with DNSmasq), you can input hostnames instead of IPs.
Original comment by rdamazio@gmail.com
on 20 Oct 2010 at 10:50
Well, you could run the desktop app in a virtual machine at home so port 10600
would be free for another instance of it running in the physical machine, but
that's overkill, configurable TCP port would be better indeed. Perhaps a web
site like suggested in issue 156 could keep a notification history too.
Original comment by lehph...@gmail.com
on 21 Oct 2010 at 12:30
Let's implement configurable ports by accepting that IPs or hostnames end with
:12345 to indicate a port.
Original comment by rdamazio@gmail.com
on 21 Oct 2010 at 4:39
Original issue reported on code.google.com by
madssand...@gmail.com
on 19 Oct 2010 at 9:44