Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mongoose
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ganil-acq
GANILinux
linux-service
library
mongoose
Commits
51e01608
Commit
51e01608
authored
9 years ago
by
Sergey Lyubka
Browse files
Options
Downloads
Patches
Plain Diff
Nitpick README update
PUBLISHED_FROM=28b3a30ad82432e8e3ca194d7e204acf9a998e94
parent
8a66ff52
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-2
1 addition, 2 deletions
README.md
examples/raspberry_pi_mjpeg_led/README.adoc
+1
-1
1 addition, 1 deletion
examples/raspberry_pi_mjpeg_led/README.adoc
examples/raspberry_pi_mjpeg_led/web_root/doc.html
+1
-1
1 addition, 1 deletion
examples/raspberry_pi_mjpeg_led/web_root/doc.html
with
3 additions
and
4 deletions
README.md
+
1
−
2
View file @
51e01608
...
...
@@ -19,8 +19,7 @@ and let them concentrate on the logic, saving time and money.
[
Download Mongoose Source Code here
](
http://hubs.ly/H0150FK0
)
> Nothing overdone. Nothing less. So unbelievably easy to use.
> Just how good software should be!
> - Pritin Tyagaraj, SAP
> Just how good software should be! -- Pritin Tyagaraj, SAP
# Features
...
...
This diff is collapsed.
Click to expand it.
examples/raspberry_pi_mjpeg_led/README.adoc
+
1
−
1
View file @
51e01608
...
...
@@ -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 MPJEG image handler blocks all the clients until a JPEG frame arrives via websocket
and then every client will rec
i
eve a copy of the frame.
and then every client will rece
i
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.
...
...
This diff is collapsed.
Click to expand it.
examples/raspberry_pi_mjpeg_led/web_root/doc.html
+
1
−
1
View file @
51e01608
...
...
@@ -454,7 +454,7 @@ grabbing application can handle. The device automatically attempts reconnecting.
<div
class=
"paragraph"
>
<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
and then every client will rec
i
eve a copy of the frame.
</p>
and then every client will rece
i
ve a copy of the frame.
</p>
</div>
<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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment