# NFCommander control API This interface provides a means for external applications to program tags compatible with NFCommander, as well as to run commands for testing purposes. ## Access This API can be accessed via a network/unix socket connection. Commands are sent as newline-terminated (\r\n) UTF-8 strings. Replies are prefixed with either `OK` or `FAIL`, optionally contain an explanatory message and are terminated likewise. ## Commands ### Run a command ``` RUN [ ] ``` ### Get current tag info ### Program tag with command