Embedded Systems
nan.txt
Associated article: Protocols for Niche Area Networks
Tags: Embedded Systems
Published source code accompanying the article by Jaromir Chocholac in which he discusses SimpleChat, a Niche Area Network protocol designed for applications where cost efficiency is more important than very high data rates.
Protocols for Niche Area Networks
by Jaromir Chocholac
Listing One
LDA #M_PRIOR ;Get message priority
ORA DL_control ;Combine DL_SYNC and message priority
STA DL_control ;Store result
LDA #SWNODE ;Get Switch node address
STA DL_push_buffer ;...


