Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iotivity-lite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
IoTivity
iotivity-lite
Commits
7c676b08
Commit
7c676b08
authored
Feb 24, 2021
by
Jozef Kralik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cloud_server: change default apn to plgd
plgd-dev/cloud changed the test apn to plgd
parent
4a4180cb
Pipeline
#1303
passed with stage
in 3 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
apps/cloud_server.c
apps/cloud_server.c
+1
-1
No files found.
apps/cloud_server.c
View file @
7c676b08
...
...
@@ -152,7 +152,7 @@ static const char *apn;
static
const
char
*
cis
=
"coap+tcp://127.0.0.1:5683"
;
static
const
char
*
auth_code
=
"test"
;
static
const
char
*
sid
=
"00000000-0000-0000-0000-000000000001"
;
static
const
char
*
apn
=
"
test
"
;
static
const
char
*
apn
=
"
plgd
"
;
#endif
/* OC_SECURITY */
static
void
...
...
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