Giter Site home page Giter Site logo

forresterickson / cc3220sf-custom-certificaes-and-customer-vendor-catalog-generation Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 16 KB

Batch file(s) to automate the OpenSSL generation of keys and SLImageCreator creation of Self Signed Catalog and OTP file for CC3220SF WiFi

Batchfile 100.00%

cc3220sf-custom-certificaes-and-customer-vendor-catalog-generation's Introduction

Forrest Lee Erickson ๐Ÿ‘‹

CAUTION Amused Scientist (I am not mad yet. Thou I am angry about the world not living up to the potential science can offer.)

B.S. Physics, U of MN
Hobbies in no particular order:

  • Amateur Astronomy
  • ESP32
  • Arduino and Artuino UNO
  • KiCad
  • FreeCAD
  • RPi
  • Linux
  • Amateur Radio (KE4AXQ)
  • Wood & metal working
  • Private Pilot
  • SCUBA
  • Archeology
  • Paleontology
  • Freethought (fighting supernatural nonsense where ever found.)

Recently (2022) I have been volunteering with Public Invention on the GPAD project. See:https://github.com/PubInv/general-alarm-device

Other:
Facebook: https://www.facebook.com/forrest.erickson.5
Youtube: https://www.youtube.com/@forresterickson6225

Super Power

Novel and diverse spelling

Something for many programs

// Program information
#define COMPANY_NAME "Amused Scientist"
#define PROG_NAME "Explosive_Space_Modulator"
#define VERSION "; Rev: 0.99" //
#define DEVICE_UNDER_TEST "Hardware: Illudium Q-36" //A model number
#define LICENSE "GNU Affero General Public License, version 3 "
#define WARRANTY "Designed to kill you and render the earth uninhabitable, but not guaranteed to do so."

void printProgramInfo() {
Serial.print(COMPANY_NAME);
Serial.print(PROG_NAME);
Serial.println(VERSION);
Serial.println(DEVICE_UNDER_TEST);
Serial.println(LICENSE);
Serial.println(WARRANTY);
Serial.print("Compiled at: ");
Serial.println(F(__DATE__ " " __TIME__) ); //compile date that is used for a unique identifier
}//end printProgramInfo()

cc3220sf-custom-certificaes-and-customer-vendor-catalog-generation's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.