Commit eac8ffab authored by Sergey Lyubka's avatar Sergey Lyubka

docs updated

parent a7a17711
This diff is collapsed.
...@@ -7,7 +7,7 @@ Note : You dont need root access to run mongoose on Android. ...@@ -7,7 +7,7 @@ Note : You dont need root access to run mongoose on Android.
- Clone Mongoose Git repo - Clone Mongoose Git repo
- Download the Android NDK from [http://developer.android.com/tools/sdk/ndk/index.html](http://developer.android.com/tools/sdk/ndk/index.html) - Download the Android NDK from [http://developer.android.com/tools/sdk/ndk/index.html](http://developer.android.com/tools/sdk/ndk/index.html)
- Run `/path-to-ndk/ndk-build -C /path-to-mongoose/build` - Run `/path-to-ndk/ndk-build -C /path-to-mongoose/examples`
That should generate mongoose/lib/armeabi/mongoose That should generate mongoose/lib/armeabi/mongoose
- Using the adb tool (you need to have Android SDK installed for that), - Using the adb tool (you need to have Android SDK installed for that),
push the generated mongoose binary to `/data/local` folder on device. push the generated mongoose binary to `/data/local` folder on device.
......
...@@ -57,6 +57,7 @@ For each event, an event handler returns a value which tells Mongoose how ...@@ -57,6 +57,7 @@ For each event, an event handler returns a value which tells Mongoose how
to behave. to behave.
The sequence of events for every connection is this: The sequence of events for every connection is this:
* `MG_AUTH` - Mongoose asks whether this connection is authorized. If event * `MG_AUTH` - Mongoose asks whether this connection is authorized. If event
handler returns `MG_FALSE`, then Mongoose does not serve the request but handler returns `MG_FALSE`, then Mongoose does not serve the request but
sends authorization request to the client. If `MG_TRUE` is returned, sends authorization request to the client. If `MG_TRUE` is returned,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment