Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
eac8ffab
Commit
eac8ffab
authored
Mar 10, 2014
by
Sergey Lyubka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs updated
parent
a7a17711
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
92 additions
and
58 deletions
+92
-58
API.md
docs/API.md
+90
-57
AndroidBuild.md
docs/AndroidBuild.md
+1
-1
Embed.md
docs/Embed.md
+1
-0
No files found.
docs/API.md
View file @
eac8ffab
This diff is collapsed.
Click to expand it.
docs/AndroidBuild.md
View file @
eac8ffab
...
...
@@ -7,7 +7,7 @@ Note : You dont need root access to run mongoose on Android.
-
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
)
-
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
-
Using the adb tool (you need to have Android SDK installed for that),
push the generated mongoose binary to
`/data/local`
folder on device.
...
...
docs/Embed.md
View file @
eac8ffab
...
...
@@ -57,6 +57,7 @@ For each event, an event handler returns a value which tells Mongoose how
to behave.
The sequence of events for every connection is this:
*
`MG_AUTH`
- Mongoose asks whether this connection is authorized. If event
handler returns
`MG_FALSE`
, then Mongoose does not serve the request but
sends authorization request to the client. If
`MG_TRUE`
is returned,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment