M Shami escribe: > I try to send a Token(challenge message) from Linux machine to GSM cards > through wireless channel( Beare Independent protocol) fro authentication > purposes. > > What I'd like to know are? > > 1- What local wireless mechanisms are available for Linux OS (debian or > ubunto distributions)? > > 2-Can Bluetooth be used for this if it can be used, are there any > packages/documentation publicly available for this? > > 3- What packages(API, Libraries) are available for this task? > > Thank you for your help
Forget about BIP, it's probably too complex for what you're trying. You can simply use the Bluetooth SIM Access profile with a compatible mobile equipment. From your program you simply discover the Bluetooth channel for that profile, open a connection and send APDU. Check out [1]this discussion. 1. http://tinyurl.com/28fmz9 You'll need the SAP spec, download it from [2]here. 2. http://www.bluetooth.org/foundry/adopters/document/SAP_SPEC_V10/ Use the Linux BlueZ stack. If running Debian it's only an apt-get install bluetooth away. Cordially, Ismael -- Ismael Valladolid Torres GnuPG key: DE721AF4 Jabber: [EMAIL PROTECTED] http://linuxav.blogspot.com Skype: ivalladt http://lamediahostia.blogspot.com/
signature.asc
Description: Digital signature
_______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
