What is the file sharing protocol via Wifi Direct?


Question

I'm developing Wifi Direct communication between Android and Linux System.
Actually I can make Wifi Direct connection, and succeeded FTP file sharing.



But I want make more simple file sharing system, like Android's Wifi Direct file sharing. FTP connection needs some configurations, but as you know, just few touches are enough to share files between Androids via wifi direct.



My question is :




  1. Is Android has specific file transfer protocol via Wifi Direct?

  2. what is the best way for file transfer between Linux and Android systems?



Thanks for read.


Answer


Is Android has specific file transfer protocol via Wifi Direct?




WiFi direct is a communication protocol just like Bluetooth. What differentiates between the two bluetooth has a transfer protocol; Object Exchange (OBEX) that facilitates the exchange of binary objects between devices) while the former doesn't.



AFAIK there is no standard protocol for file sharing even in Android environment.



WiFi direct is just one layer in a whole stack of different communication technologies and protocols required to get file sharing over network connections to function.



Basically you need to layer transport and session protocols layers on top (like TCP/IP), additionally you need to layer application protocols on top of TCP/IP, (like FTP, NFS, CIFS)




what is the best way for file transfer between Linux and Android systems?




Well it depends, perhaps using USB connection? you're guaranteed realibity and speed. Sometimes we don't need to complicate things.



Wireless methods? (i.e bluetooth, wi-fi Wi-Fi direct etc) but again other factors come into play: compatibility, session protocols (FTP, CIFS etc) some protocols are associated with high speeds and reliability e.g cifs> ftp etc.



See one example of such scenario using wi-fi: File transfer with linux pc through mobile hotspot



Credits:



WIFI Direct is now enabled in wp8.1-- devs can we expect file sharing apps using wifi direct APIs???


Topics


2D Engines   3D Engines   9-Patch   Action Bars   Activities   ADB   Advertisements   Analytics   Animations   ANR   AOP   API   APK   APT   Architecture   Audio   Autocomplete   Background Processing   Backward Compatibility   Badges   Bar Codes   Benchmarking   Bitmaps   Bluetooth   Blur Effects   Bread Crumbs   BRMS   Browser Extensions   Build Systems   Bundles   Buttons   Caching   Camera   Canvas   Cards   Carousels   Changelog   Checkboxes   Cloud Storages   Color Analysis   Color Pickers   Colors   Comet/Push   Compass Sensors   Conferences   Content Providers   Continuous Integration   Crash Reports   Credit Cards   Credits   CSV   Curl/Flip   Data Binding   Data Generators   Data Structures   Database   Database Browsers   Date &   Debugging   Decompilers   Deep Links   Dependency Injections   Design   Design Patterns   Dex   Dialogs   Distributed Computing   Distribution Platforms   Download Managers   Drawables   Emoji   Emulators   EPUB   Equalizers &   Event Buses   Exception Handling   Face Recognition   Feedback &   File System   File/Directory   Fingerprint   Floating Action   Fonts   Forms   Fragments   FRP   FSM   Functional Programming   Gamepads   Games   Geocaching   Gestures   GIF   Glow Pad   Gradle Plugins   Graphics   Grid Views   Highlighting   HTML   HTTP Mocking   Icons   IDE   IDE Plugins   Image Croppers   Image Loaders   Image Pickers   Image Processing   Image Views   Instrumentation   Intents   Job Schedulers   JSON   Keyboard   Kotlin   Layouts   Library Demos   List View   List Views   Localization   Location   Lock Patterns   Logcat   Logging   Mails   Maps   Markdown   Mathematics   Maven Plugins   MBaaS   Media   Menus   Messaging   MIME   Mobile Web   Native Image   Navigation   NDK   Networking   NFC   NoSQL   Number Pickers   OAuth   Object Mocking   OCR Engines   OpenGL   ORM   Other Pickers   Parallax List   Parcelables   Particle Systems   Password Inputs   PDF   Permissions   Physics Engines   Platforms   Plugin Frameworks   Preferences   Progress Indicators   ProGuard   Properties   Protocol Buffer   Pull To   Purchases   Push/Pull   QR Codes   Quick Return   Radio Buttons   Range Bars   Ratings   Recycler Views   Resources   REST   Ripple Effects   RSS   Screenshots   Scripting   Scroll Views   SDK   Search Inputs   Security   Sensors   Services   Showcase Views   Signatures   Sliding Panels   Snackbars   SOAP   Social Networks   Spannable   Spinners   Splash Screens   SSH   Static Analysis   Status Bars   Styling   SVG   System   Tags   Task Managers   TDD &   Template Engines   Testing   Testing Tools   Text Formatting   Text Views   Text Watchers   Text-to   Toasts   Toolkits For   Tools   Tooltips   Trainings   TV   Twitter   Updaters   USB   User Stories   Utils   Validation   Video   View Adapters   View Pagers   Views   Watch Face   Wearable Data   Wearables   Weather   Web Tools   Web Views   WebRTC   WebSockets   Wheel Widgets   Wi-Fi   Widgets   Windows   Wizards   XML   XMPP   YAML   ZIP Codes