Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to integrate with AWS #195

Open
Meimurugan11 opened this issue Jun 19, 2024 · 0 comments
Open

How to integrate with AWS #195

Meimurugan11 opened this issue Jun 19, 2024 · 0 comments

Comments

@Meimurugan11
Copy link

Hi all,

Hi all,

I want to integrate the sx1302 lorawan packet forwarder with aws server it requires aws key, certifates, trust certificates.
I am trying to configure with sample configuration files am not sure this format is right.
Please help me to resolve this issue.Any help would be greatly appreciated.
If possible could you give me the sample station.conf file for aws integration.

sample configuration:

"gateway_conf": {
"gateway_ID": "7cdbf83c-5a02-48fb-92cf-259d3c76c1ef",
/* change with default server address/ports /
"server_address": "A2QYF4M3Q8W7FT.cups.lorawan.ap-northeast-1.amazonaws.com",
"serv_port_up": 443,
"serv_port_down": 443,
/ adjust the following parameters for your network /
"keepalive_interval": 10,
"stat_interval": 30,
"push_timeout_ms": 100,
/ forward only valid packets /
"forward_crc_valid": true,
"forward_crc_error": false,
"forward_crc_disabled": false,
/ GPS configuration /
"gps_tty_path": "/dev/ttyS0",
/ GPS reference coordinates /
"ref_latitude": 0.0,
"ref_longitude": 0.0,
"ref_altitude": 0,
/ Beaconing parameters */
"beacon_period": 0,
"beacon_freq_hz": 869525000,
"beacon_datarate": 9,
"beacon_bw_hz": 125000,
"beacon_power": 14,
"beacon_infodesc": 0,
"servers": [
"servers": [
{
"gateway_ID": "7cdbf83c-5a02-48fb-92cf-259d3c76c1ef",
"server_address": "A2QYF4M3Q8W7FT.cups.lorawan.ap-northeast-1.amazonaws.com",
"serv_port_up": 443,
"serv_port_down": 443,
"serv_enabled": true,
"uri": "A2QYF4M3Q8W7FT.cups.lorawan.ap-northeast-1.amazonaws.com",
"trust":"cups.trust",
"key": "7cdbf83c-5a02-48fb-92cf-259d3c76c1ef.private.key",
"cert": "7cdbf83c-5a02-48fb-92cf-259d3c76c1ef.cert.pem"
}
]
},

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant