-
Hi!
Is there anything within the protocol that was intended to support the execution of services? I mean somthing similar as SOAP, RPC and REST but vice versa so that the server can invoke a service on the client.
I could use something SOAPish embedded within OpenDMTP but XML is too heavyweight. Maybe the Server-Client Get&Set Property command could be used as its been done in REST, too.
2009-11-25 09:23:15 UTC by stelzbock
-
I'm using GPRS connection . What should I modify on defaults.h ?.
2009-11-23 04:45:49 UTC by msma
-
hi martin , gabrielev , Eugene and all,
I'm so excited when alot of ppl here has already succeed run the program with your mobile phone!
The client here is HP iPAQ hw6965.
I have a problem here with the server which my host is localhost (127.0.0.1)
This is the line which I get from props.conf :
dmtpd.dbug[propman:1933] Loaded com.host=127.0.0.1
dmtpd.dbug[propman:1933] Loaded...
2009-11-23 04:18:13 UTC by msma
-
Hi martin,
Just for a litle help, wich phones have you tested and succesfully worked whit and what version of jar have you tested on each phone??
Thanks!
2009-11-14 04:40:25 UTC by tonitokiller
-
I looked at OpenDMTP C client sources and found support for WinCE, Linux and Cygwin only. I would like to use OpenDMTP client in a non OS (a simple firmware loop) environment. Has anyone worked/supported this? If not, I'd like to work on this and contribute. Would there be any interest for this?
-Ganesh.
2009-11-03 08:41:21 UTC by sganesh1
-
Source code is available for the client. The applicability of the code is dependent on the mobile platform. We originally flattened the OpenDMTP client for our CT630 product (www.dyacon.com/product_CT630.html) and were reasonably successful. Ultimately, we chose to rewrite the protocol in order to optimize it for our hardware resources.
If you are running a multi-threaded OS, like Windows...
2009-09-25 20:57:04 UTC by eugene-dyacon
-
I did of course first copy the files then edit them. :)
Anyway, the problem seems to be in a file that is not related to the above files that need to be copied, since the error is reported in "org.opendmtp.j2me.client.gps.GPSReceiver".
I am trying to compile this on Ubuntu.
2009-09-21 16:48:47 UTC by zupo
-
Files not copied to correct directory?
first copy files, then edit it (correct the package path)
2009-09-21 13:16:14 UTC by mayerflash
-
Any ideas why I get the NoClassDefFroundError above?.
2009-09-21 10:05:35 UTC by zupo
-
Yes, you're right!
This was a typo.
Here's the right part:
...
- edit line "package" in copied files:
File: Change line to:
Bluetooth.java package org.opendmtp.j2me.client.custom.treo650;
GPSDeviceImpl.java package org.opendmtp.j2me.client.custom.treo650;
BluetoothDiscovery.java package org.opendmtp.j2me.client.custom.treo650;
....
2009-09-21 09:43:58 UTC by mayerflash