Implement a secure ICS protocol targeting LoRa Node151 microcontroller for controlling irrigation.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
828 B

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Strobe protocol framework</title>
  6. <link rel="stylesheet" type="text/css" href="/style.css"/>
  7. </head>
  8. <body>
  9. <h1><a href="/"><span class="sc">Strobe</span> protocol framework</a></h1>
  10. <div id="nav">
  11. <a href="/">overview</a>
  12. <a href="/specs/">specification</a>
  13. <a href="/examples/">example protocols</a>
  14. <a class="here" href="/code/">code</a>
  15. <a href="/papers/">papers</a>
  16. </div>
  17. <h2>Get code from Sourceforge</h2>
  18. <p>You can get the Strobe code from the SourceForge <a href="https://sourceforge.net/p/strobe/code/ci/master/tree/">
  19. git repository</a> by running:
  20. </p>
  21. <p>
  22. <code>git clone https://git.code.sf.net/p/strobe/code strobe-code</code>
  23. </p>
  24. </body>