Skip to content

Receive the Mac-Address from a given IP-Address (Private API, behave!)

License

Notifications You must be signed in to change notification settings

hansemannn/titanium-mac-address

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mac Adress from IP Adress in Appcelerator Titanium

Warning

Yeah, this is usng private API. Do not attempt to submit anything of this to the App Store or you app will be rejected. Use this for local tests or in-house applications.

Attributions

Big shout-out to @mavris for the native library, thank you!

Usage

var MacUtils = require('ti.macaddress');
var macAdress = MacUtils.macAddressFromIPAddress('192.168.0.1');

Android Notes

The Android part of this module is available and based on this blog post (thank you!), but I did not include the required headers so far, so you might want to fix that before. In addition, remeber to include the <uses-permission android:name="android.permission.INTERNET" /> permission of course.

Author

Hans Knoechel (@hansemannnn / Web)

License

MIT

Contributing

Code contributions are greatly appreciated, please submit a new pull request!

About

Receive the Mac-Address from a given IP-Address (Private API, behave!)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published