Bridouille / android-beacon-scanner

A simple android iBeacon, AltBeacon, Eddystone and RuuviTag beacon scanner
https://play.google.com/store/apps/details?id=com.bridou_n.beaconscanner
331 stars 108 forks source link

Can I get an example of a weblogger #10

Closed ajwecker closed 6 years ago

ajwecker commented 6 years ago

Can I get an example of a weblogger?

ajwecker commented 6 years ago

I tried http://myaddress:8080/myweblog but it didn't work

Bridouille commented 6 years ago

Any HTTP endpoint that listens for POST request will work. The data is sent as a JSON in the body.

ajwecker commented 6 years ago

Can I change the port? that is use http://myser:8081. Thanks

On Wed, Jan 24, 2018 at 3:19 PM, Nicolas Bridoux notifications@github.com wrote:

Any HTTP endpoint that listens for POST request will work. The data is sent as a JSON in the body.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Bridouille/android-beacon-scanner/issues/10#issuecomment-360130158, or mute the thread https://github.com/notifications/unsubscribe-auth/AAcwDcwfWvtYZ2yMX6Db0urpRLWahx85ks5tNy3QgaJpZM4RrGMu .

-- Alan J. Wecker, M.Sc. Doctoral candidate Information Systems, University of Haifa, Israel DISI, University of Trento, Italy

Senior ACM Member

Bridouille commented 6 years ago

Yes, it should work!