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
51e01608
Commit
51e01608
authored
9 years ago
by
Sergey Lyubka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Nitpick README update
PUBLISHED_FROM=28b3a30ad82432e8e3ca194d7e204acf9a998e94
parent
8a66ff52
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
README.md
README.md
+1
-2
README.adoc
examples/raspberry_pi_mjpeg_led/README.adoc
+1
-1
doc.html
examples/raspberry_pi_mjpeg_led/web_root/doc.html
+1
-1
No files found.
README.md
View file @
51e01608
...
@@ -19,8 +19,7 @@ and let them concentrate on the logic, saving time and money.
...
@@ -19,8 +19,7 @@ and let them concentrate on the logic, saving time and money.
[
Download Mongoose Source Code here
](
http://hubs.ly/H0150FK0
)
[
Download Mongoose Source Code here
](
http://hubs.ly/H0150FK0
)
> Nothing overdone. Nothing less. So unbelievably easy to use.
> Nothing overdone. Nothing less. So unbelievably easy to use.
> Just how good software should be!
> Just how good software should be! -- Pritin Tyagaraj, SAP
> - Pritin Tyagaraj, SAP
# Features
# Features
...
...
This diff is collapsed.
Click to expand it.
examples/raspberry_pi_mjpeg_led/README.adoc
View file @
51e01608
...
@@ -24,7 +24,7 @@ grabbing application can handle. The device automatically attempts reconnecting.
...
@@ -24,7 +24,7 @@ grabbing application can handle. The device automatically attempts reconnecting.
The cloud side serves the webapp static pages and serves an MPJEG image on `/mpjg`.
The cloud side serves the webapp static pages and serves an MPJEG image on `/mpjg`.
The MPJEG image handler blocks all the clients until a JPEG frame arrives via websocket
The MPJEG image handler blocks all the clients until a JPEG frame arrives via websocket
and then every client will rec
ie
ve a copy of the frame.
and then every client will rec
ei
ve a copy of the frame.
The web app can turn on and off the LED via a RESTful api accessible via the `/api` handler.
The web app can turn on and off the LED via a RESTful api accessible via the `/api` handler.
...
...
This diff is collapsed.
Click to expand it.
examples/raspberry_pi_mjpeg_led/web_root/doc.html
View file @
51e01608
...
@@ -454,7 +454,7 @@ grabbing application can handle. The device automatically attempts reconnecting.
...
@@ -454,7 +454,7 @@ grabbing application can handle. The device automatically attempts reconnecting.
<div
class=
"paragraph"
>
<div
class=
"paragraph"
>
<p>
The cloud side serves the webapp static pages and serves an MPJEG image on
<code>
/mpjg
</code>
.
<p>
The cloud side serves the webapp static pages and serves an MPJEG image on
<code>
/mpjg
</code>
.
The MPJEG image handler blocks all the clients until a JPEG frame arrives via websocket
The MPJEG image handler blocks all the clients until a JPEG frame arrives via websocket
and then every client will rec
ie
ve a copy of the frame.
</p>
and then every client will rec
ei
ve a copy of the frame.
</p>
</div>
</div>
<div
class=
"paragraph"
>
<div
class=
"paragraph"
>
<p>
The web app can turn on and off the LED via a RESTful api accessible via the
<code>
/api
</code>
handler.
</p>
<p>
The web app can turn on and off the LED via a RESTful api accessible via the
<code>
/api
</code>
handler.
</p>
...
...
This diff is collapsed.
Click to expand it.
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