Android-SNMP
Android-SNMP copied to clipboard
Android SMNP Agent and Manager
How to use manager App? Please provide manager app code for android studio.
` private class SendTrap extends AsyncTask { protected Void doInBackground(Void... params) { PDUv1 pdu = new PDUv1(); pdu.setType(PDU.V1TRAP); pdu.setGenericTrap(PDUv1.COLDSTART); pdu.add(new VariableBinding(new OID(new int[]{ 1,3,6,1}),new Integer32(1995)));//1, 3, 6, 1, 2, 1,...
Any chance you'd be able to update the agent to provide stats on free storage?
Howto i can start application on startup device?