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.
 
 
 
 
 
 

21 lines
615 B

  1. <html>
  2. <head>
  3. <title>Strobe protocol framework</title>
  4. <link rel="stylesheet" type="text/css" href="/style.css"/>
  5. </head>
  6. <body>
  7. <h1><a href="/"><span class="sc">Strobe</span> protocol framework</a></h1>
  8. <div id="nav">
  9. <a href="/">overview</a>
  10. <a href="/specs/">specification</a>
  11. <a class="here" href="/examples/">example protocols</a>
  12. <a href="/code/">code</a>
  13. <a href="/papers/">papers</a>
  14. </div>
  15. <h2>Protocol examples</h2>
  16. <ul>
  17. <li><a href="/examples/aead/">Authenticated encryption with associated data</a></li>
  18. </ul>
  19. </body>