Skip to content
View baamiis's full-sized avatar

Block or report baamiis

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
baamiis/README.md

Hi there 👋

baamiis/baamiis is a ✨ special ✨ repository because its README.md (this file) appears on your GitHub profile.

Here are some ideas to get you started:

  • 🔭 I’m currently working on converting esptool from python to Go
  • 🌱 I’m currently learning Go and Rust
  • 👯 I’m looking to collaborate on converting the esptool to golang
  • 🤔 I’m looking for help with converting the esptool to golang
  • 💬 Ask me about anything (from Embedded to backend)
  • 📫 How to reach me: [email protected]
  • 😄 Pronouns: baamiis7
  • ⚡ Fun fact: peace and hapiness = love

ESP32 Encryption and decryption tool written using GoLang Yes, it is possible to convert C code to Go (also known as Golang). There are a few different approaches you can take to do this: Manually translate the code: This involves going through the C code and writing the equivalent Go code line by line. This can be time-consuming, but it is a good way to learn Go and understand how the code is working.

Why I needed GoLang version I know there is an esptool written by espressif which was written in python. I needed to encrypt the binary image for ota and used the esptool on our server. our server uses c and Golang so to use the esptool we had to spawn a esptool python process to do the encryption then go and read the resulting image. This was very slow and not efficient way of doing things Hence I decided to re-write it in Golang.

Enjoy!! and please let us know if you find any errors or you are interested to help converting all the esptool to GoLang.

Popular repositories Loading

  1. KMonitoring KMonitoring Public

    KSystem Event live event monitoring

  2. DIoT DIoT Public

    Decentralised IoT

  3. KDOS KDOS Public

    Tiny Real Time Operating System

    C

  4. My_IDF My_IDF Public

    just for testing

  5. baamiis baamiis Public

    Config files for my GitHub profile.

    Go