I want to write an Android app which will do following in steps and I want you to help me find right APIs for them to speed up the process. The printer I am going to use supports ESC/POS protocols.
- Find all printers nearby using WiFi.
- It will select one printer may be first one.
- It will send a text document to printer for printing and will see if it was printed successfully.
I found some APIs like this. I believe my problem is similar to this post