AppTethering blog posts to help you reuse and extend your existing projects
Using app tethering, your VCL, FMX and console applications can easily: 1) Discover other applications that are using app tethering, running either on the same device as your application or on other connected devices. 2) Run actions remotely. An application can publish actions using app tethering. Then other applications can remotely invoke any of these actions on the former application. 3) Share data between applications. App tethering allows sharing of standard data types and streams. The app tethering feature does not depend on a specific transport or protocol, and new transports and protocols can be implemented using the app tethering API. The RTL provides built-in support for IP and Classic Bluetooth connections. IP support includes connecting applications running on the same device. Here are a few blog posts that show you how to reuse and extend your applications with App Tethering.
Malcolm Groves' Blog Series on App Tethering
- App Tethering : Overview - http://www.malcolmgroves.com/blog/?p=1842
- App Tethering : Discovery and Pairing - http://www.malcolmgroves.com/blog/?p=1854
- App Tethering : Sharing Persistent Resources Part 1 - http://www.malcolmgroves.com/blog/?p=1891
- App Tethering : Sharing Persistent Resources Part 2 - http://www.malcolmgroves.com/blog/?p=1935
- App Tethering : Sharing Transient Resources - http://www.malcolmgroves.com/blog/?p=1964
- App Tethering : Remote Actions - http://www.malcolmgroves.com/blog/?p=1989
App Tethering Tips and Techniques
- Connecting to Remote Applications Using App Tethering - http://docwiki.embarcadero.com/RADStudio/Seattle/en/Connecting_to_Remote_Applications_Using_App_Tethering
- Sharing and Running Actions on Remote Applications Using App Tethering - http://docwiki.embarcadero.com/RADStudio/Seattle/en/Sharing_and_Running_Actions_on_Remote_Applications_Using_App_Tethering
- Sharing Data with Remote Applications Using App Tethering - http://docwiki.embarcadero.com/RADStudio/Seattle/en/Sharing_Data_with_Remote_Applications_Using_App_Tethering
- System.Tether.Manager.TTetheringManager - http://docwiki.embarcadero.com/Libraries/Seattle/en/System.Tether.Manager.TTetheringManager
- System.Tether.AppProfile.TTetheringAppProfile - http://docwiki.embarcadero.com/Libraries/Seattle/en/System.Tether.AppProfile.TTetheringAppProfile
- App Tethering using Encryption Hooks - http://community.embarcadero.com/blogs/entry/app-tethering-using-encryption-hooks
Videos
- App Tethering: Bridge VCL and Mobile - https://www.youtube.com/watch?v=da0-e38XYrk
- App Tethering for VCL and FireMonkey using C++ - https://www.youtube.com/watch?v=_gFkKwJNvno


Comments
-
Please login first in order for you to submit comments