Skip to content

Saranya-karan/my-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-files

Have your project as follows

├── my-files
│   ├── credentials
│   │   ├── certificate.pem.crt
│   │   ├── credentials.json
│   │   ├── private.pem.key
│   ├── fetch_credentials.py
│   ├── main.py
│   ├── simple1.py
└── .gitignore

Contents of the credentials.json can be as follows

{
    "wifi_ssid": "xxxx",
    "wifi_password": "xxxx",
    "client_id": "xxxx",
    "aws_endpoint": "xxxx.iot.xxxx.amazonaws.com",
    "pub_topic": "xxxx",
    "sub_topic": "xxxx"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages