Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.
Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
Download Free Tool
AI-generated apps that pass security review
Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
A small and simpleJava API to read and write NFC cards. It supports mifare cards and PN 532 chips. This library works with RS232.
More details: http://blog.sibvisions.com/2012/12/23/new-project-embedded-nfc/
The primary Source of communication With an Android-powered Device when dealing With NFC tags, is through NDEF Messages. However, when desiring to use the extended features of the individual tags, the user is required to implement the tags binary protocol stack. This Project is an attempt to ease the workload of Developers desiring this type of Access, by providing a simple API for communicating With the tags.
Android app for performing Yubikey Neo NFC challenge-response
YubiChallenge is an Android app that provides a simple, low-level interface for performing challenge-response authentication using the NFC interface of a Yubikey Neo. This app should be triggered using an implicit intent by any external application wishing to perform challenge-response. The intent name should be "com.yubichallenge.NFCActivity.CHALLENGE" and the challenge should be stored in an extra called "challenge". The response will be returned by the intent in an extra called "response".