xur17
|
2010-10-12
, 17:06
|
Posts: 356 |
Thanked: 123 times |
Joined on Dec 2008
|
#21
|
|
2010-10-12
, 17:08
|
Posts: 1,048 |
Thanked: 979 times |
Joined on Mar 2008
@ SF Bay Area
|
#22
|
Who do I have to contact to get a poll added to the thread? The option appears to be gone now.
|
2010-10-12
, 17:13
|
Posts: 356 |
Thanked: 123 times |
Joined on Dec 2008
|
#23
|
Click thread tools -> Add a poll to this thread
Not having that option may be related to the t.m.o. theme you are using. Switch to the default "normal".
|
2010-10-12
, 17:32
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#24
|
|
2010-10-13
, 02:46
|
Posts: 356 |
Thanked: 123 times |
Joined on Dec 2008
|
#25
|
Dude, this is the future and you're on the right track. But go big, or go home. The right solution includes all push(XMPP,SIMPLE,...)/pull(email,RSS,...) protocols supported by a personal proxy/server that makes one tunneled dynamic push connection to the mobile device.
Start with a big picture and modify it for a better personal/mobile experience:
<snip>
The Kamailio SIP server ties in nicely with jabberd2 to provide a very good starting point, and they both already run on sub-$50 OpenWRT devices.
|
2010-10-13
, 03:20
|
Posts: 1,096 |
Thanked: 760 times |
Joined on Dec 2008
|
#26
|
|
2010-10-13
, 03:56
|
Posts: 356 |
Thanked: 123 times |
Joined on Dec 2008
|
#27
|
I have been researching along these lines lately as well, trying to be more 'real-time'
I think for me is going to end up being some combination of xmpp(ejabberd) for the pushing and amqp(rabbitmq) for the brokering, proxying, queuing whatever you wanna call it
google it and find some intersting projects along these lines already under way for a while
dbus-send --type=method_call --dest=com.nokia.modest /com/nokia/modest com.nokia.modest.SendReceive
|
2010-10-13
, 04:06
|
Posts: 1,096 |
Thanked: 760 times |
Joined on Dec 2008
|
#28
|
I really would prefer to stay away from anything that requires my device to maintain yet another connection to the internet, and eat up more of my battery. This is able to use an existing xmpp connection, which I don't think anything else is able to do.
I am having issues with the following command sending / receiving new emails if I completely disable polling. If I set it to check for new messages every 24 hours or less, it works fine. If anyone has a chance, could they try running this command with automatic polling disabled, and see if it actually checks for new messages?:
Code:dbus-send --type=method_call --dest=com.nokia.modest /com/nokia/modest com.nokia.modest.SendReceive
|
2010-10-13
, 04:32
|
Posts: 356 |
Thanked: 123 times |
Joined on Dec 2008
|
#29
|
|
2010-10-13
, 23:35
|
Posts: 356 |
Thanked: 123 times |
Joined on Dec 2008
|
#30
|