Click here to Skip to main content
15,861,172 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,,,

i've build a client/server SSL connection on the same machine(using C++ Buulder XE3), and i was woundering how can my server connect to a mobile phone (IPhone for instance)!, where the mobile phone in my project will perfrom a number of functions, such as capturing QR code,cryptography, and hashing.
my questions are:

1- how can i simulate the mobile phone on my desktop, are there some sort of open-source softwares i can use?, and if there is, can i add my C++ functions to it?

2- Or, is it better to write the code that simulates the mobile as a client in a separate project , and write the code that connects the server to the mobile (using SSL connection) on the same machine?

3- I've found some IOS Example code in "Chilkat Software", but it is written in JAVA, the question is: is it possible to combine my project(s), which is written in C++, with the code written in Java?

Need help pleeeeease :)
Best Regards.
Rania
Posted
Comments
Richard MacCutchan 25-Mar-13 7:41am    
Your best option is to look at the development tools available for the specific phone. Most of them have emulators that run on the PC where you can test your code.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900