|
Oct
10 |
|
answered | Create WCF https server with android client |
|
Oct
9 |
|
comment |
Create WCF https server with android client After googleing 4 days i cannot really find a good answer... In core i want to secure data on a server and the communication to and from an android client. |
|
Oct
9 |
|
comment |
Create WCF https server with android client Hosting is not an option cause users will not want to upload gigabytes of data. Approving self-signed in android is done using Bouncy Castle. Support hell for SQL hmm maybe but that will not be the biggest issue i think. Getting users to connect using nat will be a bigger issue. |
|
Oct
9 |
|
comment |
Create WCF https server with android client Yes. The user will perform a hands off install of the service having no interaction with SQL. The SQL will store a couple of 100k+ items which need indexing and will be queried from different perspectives. But that part ia already working :) The big issue i have is to secure communication between android client and server so that clients need to authenticate against the service and perform uploads and downloads in a way which cannot be easily intercepted. The information the service holds needs to be fairly secure and also the information sent between client and server. |
|
Oct
8 |
|
asked | Create WCF https server with android client |
|
Apr
20 |
|
comment |
Use protobuf on android to send data to WCF Service (using protobuf.net) Ok i get the pain part :) I need to elaborate more to make my case clear. Please see my updated question. |
|
Apr
20 |
|
revised |
Use protobuf on android to send data to WCF Service (using protobuf.net) Elaborated on My Scenario |
|
Apr
20 |
|
awarded | Student |
|
Apr
20 |
|
awarded | Editor |
|
Apr
20 |
|
revised |
Use protobuf on android to send data to WCF Service (using protobuf.net) Formatted question |
|
Apr
20 |
|
asked | Use protobuf on android to send data to WCF Service (using protobuf.net) |