![AcSiP S76S Скачать руководство пользователя страница 31](http://html1.mh-extra.com/html/acsip/s76s/s76s_manual_2841901031.webp)
Product
Name
Version
Doc No
Date
Page
S76S/S78S SDK Manual
C
May 3, 2017
30 of 33
6.3 LoRaMac-node works with S76S/S78S SDK
LoRa Driver
From the above open source link, checkout the LoRaMac-node source
code, user can start to check “src” folder & its subdir folders that contains
all open source code; In “Keil” folder, it contains all related uVision (Keil)
workable project files.
From the top of either S76S/78S SDK project or LoRaMac-node project, it
always starts from Application layer, so user can execute customized
peripheral behavior like LoRa ping-pong or simple sensor read/write data in
main.c (inside src/app folders).
LoRaMac-node project provides LoRaWAN™ stack implementation, which
is included in LoRaMac.c (inside src/mac folder). It implements all
LoRaWAN™ & bands behavior like Class A, C or different bands (EU868 or
US915).
By the description in chapter 5.3, user can understand the architecture
of S76S/S78S SDK. So user can start from S76S/S78S Ping-Pong project and
start to migrate (insert) LoRaMac layer into S76/S78 SDK, to replace ping-
pong behavior eventually.
Figure 6.1