Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8918961
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T05:53:05+00:00 2026-06-15T05:53:05+00:00

I am writing a Windows application that controls an Android mobile wirelessly, such as

  • 0

I am writing a Windows application that controls an Android mobile wirelessly, such as sending sms, making calls, viewing files, retrieving sensor data, etc. I am simply using IP socket via WiFi, but client has to know the ip address to connect to the server.
I was wondering if there is a Framework/API that enable such data transfer no matter over wifi, bluetooth or any other connection methods, and also has kinda auto discovery mechanism? I heard about Intel CCF (Common Connection Framework), but couldn’t find valid reference. Do you know any others? MTP?

Thanks,
Leo

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T05:53:06+00:00Added an answer on June 15, 2026 at 5:53 am

    I wrote a small Open Source utility called cross copy to do this kind of things. While there is a web App which enables you do do inter-device copy & paste, the RESTful API below may be what you need. The basic concept is that you connect devices through a server by sharing a common code word.

    I suggest you show a short generated code word (like ‘a9b3c’) in you app and open a listening request in the background (long polling):

    GET   http://cross-copy.net/api/a9b3c
    

    Then your Windows application should have a “link to device” text field where a code word can be entered. You can verify that there is a device listening by calling

    GET   http://cross-copy.net/api/a9b3c?watch=listeners&count=0
    

    If you want to send an sms from the Windows application, you just execute a PUT request onto the code word with some kind of data structure you app can understand (eg. json, xml,…):

    PUT http://cross-copy.net/api/a9b3c
        { 'command' : 'send sms', 'number' : '0913342133', 'msg' : 'the message which has been typed on the pc' }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm writing a windows application that is embed with a manifest considering UAC in
I'm writing a windows service application that needs to serialize and deserialize XML documents
I am writing a Windows CE application in C# that references a native C++
I'm writing an ASP.net application that uses Windows Identity Foundation. My ASP.net application uses
Using mysql 5.5.2 on windows (Wamp) I'm writing a Java application that use several
I have an application I'm writing for Windows 8/WinRT that uses the StreamSocket API
I'm writing a windows service in C# that spawns multiple instances of another application
I am writing a .Net COM DLL that runs inside a native Windows application.
I am writing a windows forms application that has a lot of textboxes. I
I'm currently writing a class for a game I'm working on that controls application

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.