1
0
mirror of https://github.com/XeonSquared/OC-Copper.git synced 2024-09-21 10:48:46 +10:00
Mirror of 20kdc's Copper network stack.
Go to file
20kdc 0767092660 IoT spec change: Add the possibility of systems which treat different sources differently.
This is useful for, as an example, actions which require multiple parameters.
A guarantee by the specific device that the variables are "local" ensures that
 no race conditions occur, assuming the node isn't running two programs
 accessing the same device (which should not be true on the basis that OC is
 not generally a multitasking system)
2017-03-23 16:38:38 +00:00
oc IoT spec change: Add the possibility of systems which treat different sources differently. 2017-03-23 16:38:38 +00:00
.gitignore Add incomplete workspace, for now. 2017-03-18 09:37:56 +00:00
cdlib.lua Add an (as of yet untested) OC implementation of a Hierarchial Gateway 2017-03-20 00:40:28 +00:00
culib.lua A few adjustments to culib, a fix to relib, and adding a few missing things 2017-03-23 01:11:37 +00:00
gennet.lua Remove the fragmentation part of the reliablility layer 2017-03-18 15:31:25 +00:00
LICENSE Remove the fragmentation part of the reliablility layer 2017-03-18 15:31:25 +00:00
ports Move workspace forward to include some applications & application protocol documents 2017-03-22 23:05:31 +00:00
protocol.0 Broadcast Address support. 2017-03-18 16:12:31 +00:00
protocol.1 Clarify possibilities of interaction between broadcast packets and hierarchial gateways. 2017-03-20 16:20:52 +00:00
protocol.2 A few adjustments to culib, a fix to relib, and adding a few missing things 2017-03-23 01:11:37 +00:00
relib.lua A few adjustments to culib, a fix to relib, and adding a few missing things 2017-03-23 01:11:37 +00:00
runtest.lua Adjust the tuning parameters for real-world usage. 2017-03-19 21:54:57 +00:00
testnet.lua Remove the fragmentation part of the reliablility layer 2017-03-18 15:31:25 +00:00