Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ARDUINO-PositionGaugeServer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CLEAR
ARDUINO-PositionGaugeServer
Commits
86fa499f
Commit
86fa499f
authored
Apr 28, 2021
by
Kyrre Ness Sjobaek
Browse files
Options
Downloads
Patches
Plain Diff
readme fixes
parent
b4c332fd
No related branches found
No related tags found
1 merge request
!1
Fixes output formatting and variable initialization, moving config to separate file, project folder correctly named, hopefully fixes network crashes
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
readme.md
+2
-1
2 additions, 1 deletion
readme.md
with
2 additions
and
1 deletion
readme.md
+
2
−
1
View file @
86fa499f
...
@@ -9,6 +9,7 @@ Additionally, a simple web/HTTP server is provided in order to check the status
...
@@ -9,6 +9,7 @@ Additionally, a simple web/HTTP server is provided in order to check the status
To connect to standard readout method, use netcat as follows (assuming the IP address is
`192.168.1.31`
; hostname can also be used here):
To connect to standard readout method, use netcat as follows (assuming the IP address is
`192.168.1.31`
; hostname can also be used here):
*
`nc 192.168.1.31 21`
For the horizontal channel
*
`nc 192.168.1.31 21`
For the horizontal channel
*
`nc 192.168.1.31 22`
For the vertical channel
*
`nc 192.168.1.31 22`
For the vertical channel
To connect to web interface, point your web browser at (note http, not https):
To connect to web interface, point your web browser at (note http, not https):
*
`http://192.168.1.31/`
*
`http://192.168.1.31/`
...
...
...
...
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
sign in
to comment