This is a project that allows for someone to restrict access to a traditional 120 volt outlet. It consists of an Android application that authenticates to the outlet. It also has some Java and Arduino code. Both platforms were used as controllers to the.
nfc_outlet is hosted in the following web site
https://github.com/rfahsel3/nfc_outlet
If you think the Android project nfc_outlet listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of nfc_outlet.
Item | Value |
---|---|
Java File Count | 87 |
Supported screen sizes | [ldpi, mdpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 10 |
Activity Count | 4 |
jar files used | RXTXcomm.jar android-support-v4.jar log4j.jar mysql-connector-java-5.1.24-bin.jar xbee-api-0.9.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.CAMERA android.permission.INTERNET android.permission.NFC |
There are 4 image files in nfc_outlet. The names of the image files are listed as follows.
app.png brushed_alu.png gplaypattern.png nfc_outlet.png
The following screenshort is generated from the image listed above.
nfc_outlet has the following Java source files.
com.nfc.ryanjfahsel.DBConnection .java com.rapplogic.xbee.RxTxSerialComm.java com.rapplogic.xbee.RxTxSerialEventListener.java com.rapplogic.xbee.XBeeConnection.java com.rapplogic.xbee.XBeePin.java com.rapplogic.xbee.api.AtCommand.java com.rapplogic.xbee.api.AtCommandQueue.java com.rapplogic.xbee.api.AtCommandResponse.java com.rapplogic.xbee.api.Checksum.java com.rapplogic.xbee.api.ErrorResponse.java com.rapplogic.xbee.api.GenericResponse.java com.rapplogic.xbee.api.IXBee.java com.rapplogic.xbee.api.InputStreamThread.java com.rapplogic.xbee.api.ModemStatusResponse.java com.rapplogic.xbee.api.NoRequestResponse.java com.rapplogic.xbee.api.PacketListener.java com.rapplogic.xbee.api.PacketParser.java com.rapplogic.xbee.api.RemoteAtRequest.java com.rapplogic.xbee.api.RemoteAtResponse.java com.rapplogic.xbee.api.ResponseQueueFilter.java com.rapplogic.xbee.api.XBee.java com.rapplogic.xbee.api.XBeeAddress.java com.rapplogic.xbee.api.XBeeAddress16.java com.rapplogic.xbee.api.XBeeAddress64.java com.rapplogic.xbee.api.XBeeConfiguration.java com.rapplogic.xbee.api.XBeeException.java com.rapplogic.xbee.api.XBeeFrameIdResponse.java com.rapplogic.xbee.api.XBeePacket.java com.rapplogic.xbee.api.XBeePacketHandler.java com.rapplogic.xbee.api.XBeePacketLength.java com.rapplogic.xbee.api.XBeeParseException.java com.rapplogic.xbee.api.XBeeRequest.java com.rapplogic.xbee.api.XBeeResponse.java com.rapplogic.xbee.api.XBeeTimeoutException.java com.rapplogic.xbee.api.wpan.IoSample.java com.rapplogic.xbee.api.wpan.NodeDiscover.java com.rapplogic.xbee.api.wpan.RxBaseResponse.java com.rapplogic.xbee.api.wpan.RxResponse.java com.rapplogic.xbee.api.wpan.RxResponse16.java com.rapplogic.xbee.api.wpan.RxResponse64.java com.rapplogic.xbee.api.wpan.RxResponseIoSample.java com.rapplogic.xbee.api.wpan.TxRequest16.java com.rapplogic.xbee.api.wpan.TxRequest64.java com.rapplogic.xbee.api.wpan.TxRequestBase.java com.rapplogic.xbee.api.wpan.TxStatusResponse.java com.rapplogic.xbee.api.zigbee.NodeDiscover.java com.rapplogic.xbee.api.zigbee.ZBForceSampleRequest.java com.rapplogic.xbee.api.zigbee.ZNetExplicitRxResponse.java com.rapplogic.xbee.api.zigbee.ZNetExplicitTxRequest.java com.rapplogic.xbee.api.zigbee.ZNetNodeIdentificationResponse.java com.rapplogic.xbee.api.zigbee.ZNetRxBaseResponse.java com.rapplogic.xbee.api.zigbee.ZNetRxIoSampleResponse.java com.rapplogic.xbee.api.zigbee.ZNetRxResponse.java com.rapplogic.xbee.api.zigbee.ZNetTxRequest.java com.rapplogic.xbee.api.zigbee.ZNetTxStatusResponse.java com.rapplogic.xbee.examples.ApiAtExample.java com.rapplogic.xbee.examples.RemoteAtExample.java com.rapplogic.xbee.examples.wpan.ApiReceiverExample.java com.rapplogic.xbee.examples.wpan.ApiSenderExample.java com.rapplogic.xbee.examples.wpan.IoSamplesExample.java com.rapplogic.xbee.examples.wpan.NodeDiscoverExample.java com.rapplogic.xbee.examples.zigbee.BroadcastReceiverExample.java com.rapplogic.xbee.examples.zigbee.BroadcastSenderExample.java com.rapplogic.xbee.examples.zigbee.NodeDiscoverExample.java com.rapplogic.xbee.examples.zigbee.ZBForceSampleExample.java com.rapplogic.xbee.examples.zigbee.ZNetApiAtExample.java com.rapplogic.xbee.examples.zigbee.ZNetExplicitReceiverExample.java com.rapplogic.xbee.examples.zigbee.ZNetExplicitSenderExample.java com.rapplogic.xbee.examples.zigbee.ZNetIoSampleExample.java com.rapplogic.xbee.examples.zigbee.ZNetReceiverExample.java com.rapplogic.xbee.examples.zigbee.ZNetSenderExample.java com.rapplogic.xbee.util.ByteUtils.java com.rapplogic.xbee.util.DoubleByte.java com.rapplogic.xbee.util.ExceptionHandler.java com.rapplogic.xbee.util.IIntArray.java com.rapplogic.xbee.util.IIntArrayInputStream.java com.rapplogic.xbee.util.InputStreamWrapper.java com.rapplogic.xbee.util.IntArrayInputStream.java com.rapplogic.xbee.util.IntArrayOutputStream.java com.ryanjfahsel.nfcoutlet.IntentIntegrator.java com.ryanjfahsel.nfcoutlet.IntentResult.java com.ryanjfahsel.nfcoutlet.Login.java com.ryanjfahsel.nfcoutlet.MainActivity.java com.ryanjfahsel.nfcoutlet.NetworkActivity.java com.ryanjfahsel.nfcoutlet.Tool.java