codlab/amiibo
AmiiManage, manage your amiibos
{ "createdAt": "2015-10-30T23:10:47Z", "defaultBranch": "master", "description": "AmiiManage, manage your amiibos", "fullName": "codlab/amiibo", "homepage": null, "language": "Java", "name": "amiibo", "pushedAt": "2016-04-22T18:00:06Z", "stargazersCount": 47, "topics": [], "updatedAt": "2024-07-12T17:00:31Z", "url": "https://github.com/codlab/amiibo"}AmiiManage
Section titled “AmiiManage”Manage your amiibo on Android. Enhance your experience ! Take what Nintendo said Amiibo would be : a complete experience on ALL your compatible games
Installation
Section titled “Installation”The entire repo is here, simply clone this repo to have the complete source code
Requirements :
- Android Studio (using the 1.5)
- The Android SDK Installed
compileSdkVersion 23buildToolsVersion "23.0.1"minSdkVersion 14targetSdkVersion 23No apk are currently are available. The current app state does not permit this. But it is already possible to give a glance into the logic in our beloved amiibos
Useful classes
Section titled “Useful classes”AmiiboHelper
Section titled “AmiiboHelper”Provides some method useful to populate the IO operations from simple dump to pages
AmiiboIO
Section titled “AmiiboIO”This class helps performing
- the authentication
- read
- write operations
AmiiboMethods
Section titled “AmiiboMethods”- gets the authentication key from its NFC UUID
- gets the Amiibo identifier (what distincts a bowser from a samus ;) )
It currently lacks of tests. The internal structure of the code will be soon updated to let test implementation easier to make
License
Section titled “License”Released under the GNU General Public License v2.0 License. See the LICENSE file for further details.
Contributing
Section titled “Contributing”- Fork this repo ! Yeah, No kidding… DO IT
- Create a branch for your feature
- Send a Pull Request
- Share your ideas