Code Monkey home page Code Monkey logo

tseei-iot's Introduction



👁️‍🗨️ About me 👁️‍🗨️

john@keima: ~/my_readme (main⚡)$ neofetch

My Profile ver. 4.3.4: 自由の時期と思春期症候群「じゆうのじきでししゅんきしょうこうぐん」
----------------------------------------------------------------------------------------
Username: Yoshio Keima 「吉尾桂馬」
WhoamI: Physicist and Computer Engineer. Also musician (more or less)
OS: Garuda Linux 'Raptor' with Hyprland
Shell: zsh 5.9
Telegram: @yoshimakayaba.
Fav.Anime(1): 五等分の花嫁 (The Quintessential Quintuplets)💒📕👰🏻
Fav.Anime(2): からかい上手の高木さん (Karakai Jōzu no Takagi-san) 🏞️🚅🌠
Loves: 中野五月 (Nakano Itsuki) (❤️ ω ❤️), videogames 🎮, music 🎹🎶🎵
Pronouns: He/Him
Location: Planet Kepler-452b
Languages: C,C++, Python, Kotlin
Hobbyes: Python, C, C++
Learning: Swift, Kotlin, Go, Js,CSS and HTML
FavouriteSong: Sweeter than wine by NCW
FavouriteEquation: Schrödinger equation
Hobbies: Gaming,watching anime,coding while I am listening music
My.Idols (アイドル): 雨宮天 (Amamiya Sora) || Vocaloid characters || 花澤香菜 (Hanazawa Kana) || 上坂すみれ (Uesaka Sumire)🎤🎶🎼
Dansei.Seiyuu (男性声優): 松岡禎丞 (Matsuoka Yoshitsugu) || 山口光雄 (amaguchi Mitsuo) || 石川界人 (Ishikawa Kaito)
Josei.Seiyuu (女性声優): 高橋李依 (Takahashi Rie) && 水瀬いのり(Minase Inori) || 瀬戸麻沙美 (Setō Asami)




奏(かなで)CV:高橋李依とCV:雨宮天
🎵ふたりはいつもどんな時もつながっていける。🎵





高橋李依🎶「共感されなくてもいいじゃない」。🎶🆙




雨宮天🎶「ロンリーナイト・ディスコティック」。🎶💌




wowaka 『裏表ラバーズ』feat. 初音ミク。💘🪄💕




 🔎Knowledge📖

I worked using Jupyter Notebook for data analysis and AI focusing on social networks applying graphs theory. Nowdays, I focus on mobile develoment as Kotlin and Swift, also I get some badge about CCNA so I love cyber security. So I do my best in every specialtation area. My programming languages are Swift, C/C++, Python, Kotlin, Shell Script, and little bit of CSS and Java Script. In other hand, My knowledge languages are Spanish (Native), English (B2 ~ C1), French (A2), German (A1), Japanese (N5 ~ N4). Check my repositories and give your opinion I'll do my best and be better every day. Finally, I love watching anime.

My Skills







📉 GitHub Stats



My contributions game 🐍🎮


 📝 Contact me 📝



Thank you for reading 🙋🏻‍♂️



Support Me 🎧🎤

⠀⠀⠀⠀⠀

Buy Me A Coffee

tseei-iot's People

Contributors

alejocm03 avatar androcm avatar johnkun136nvcp avatar se2510 avatar xianya24 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

tseei-iot's Issues

Make documentation

On a README.md describe following topics

  • What's an IDS

  • What's Wireshark

  • What's an ESP32

  • Talking about cybersecurity

  • Merge between Wireshark and ESP32

  • #17
    - Install Arduino IDS(Linux)
    - Install components for ESP32
    - Install Python Requirements (It'll appear on python dev branch)
    - Install Wireshark (Linux) (It'll appear on shell dev branch)

  • Describe the project.

    • How it works.
    • OS available
    • Diagrams
  • Contact

Shell Scripts Files

Shell script progress:
Main.sh

  • Color terminal
  • Ctl+z and Ctl+c are denied
  • Clear screen when program starts
  • Main menu
  • 1. Install packets(Wireshark and dependeces of Python) -> For ubuntu 23.10 will be issues (on adea6de)
  • 2. Get IP from ESP32 by Serial mode. (On 717a6d6)
  • 3. Start IDS program
  • #9
  • #8
  • 6. Exit program

Update local database

  • Create database
  • From CSV file update local database

Update remote database:

  • User can connect by VPN
  • Create database
  • Connect local database with remote database (Only in remote)
  • Update both database(Only one)

Hardware LEDS and Buzzer

Create on dev BRANCH file .ino for LEDS and Buzzer hardware working.

Please check:

  • Create file .ino (Automatically created by Arduino IDS)
  • Proof that Led 1 to 3 is working with blink.
  • Create a range (i.e. 10 - It's Ok, 20 - Warning, 30 -Danger) and with random number, Leds will turn on for every range defined. Green led will turn on with a value range between (0<=10), yellow led will turn on with (11<=20), red led will turn on with (20<=30). Check this code for random numbers:
 //Generates a random number between 1 to 100
 randomNumber = random(1,100);
  • For Buzzer, it will be working. Making a note or sound, try to prove it.

Website style is not finished yet

Mi review en el index.html

<html lang="en-US">
  • Para agregar imágenes, crea una carpeta en /website/img/ para agregar todas las imágenes necesarias y no comentes la parte de dónde lo guardaste.

<!--<div class="ajusteC">
<img src="C:\Users\Alejandro\Pictures\imagen_Proyecto_IoT.jpg" alt="imagen1" class="imagen" class="imgRedonda">
</div>
</-->

  • El idioma tiene que estar en inglés si no es mucha molestia en el log.
    <div class="formulario">
    <h1>Login</h1>
    <form method="post">
    <div class="username">
    <input type="text" required>
    <label>Username</label>
    </div>
    <div class="username">
    <input type="password" required>
    <label>Contrasena</label>
    </div>
    <div class="recordar">
    Olvidaste tu contrasena?
    </div>
    <input type="sumbit" value="Iniciar">
  • Los registros de "Olvido su contraseña" y "Hacer nuevo registro". Aunque sí alguien podría estar en estos casos pero como la base está diseñada para el administrador, no es necesario por el momento
  • <div class="recordar">
    Olvidaste tu contrasena?
    </div>
    <input type="sumbit" value="Iniciar">
    <div class="Registrarse">
    Quiero hacer el <a href="#">registro</a>
    </div>
  • Sube tu CSS, Js (si ocupas) y tu PHP para el próximo commit.

Python Scripts

For python files:

  • ESP32 serial connexion
  • ESP32 listener
  • Paswords.py (Hidden to this respository)
  • Get IP from ESP32 (show on: 717a6d6)
  • Connexion between shell script and Python

Fix index and CSS

Change title of the website

<title>IDS Mirror Security Network </title>

Fix that:

<div class="img_circular">
<img src="C:\Users\Alejandro\Desktop\TSEeI-IoT\Introduccion a IoT\Proyecto\website\img\imagen_Proyecto_IoT.jpg" alt="imagen1" >
</div>

You can use:

<div class="img_circular">
      <img src="img/imagen_Proyecto_IoT.jpg" alt="imagen1" >
</div>

Becareful with space between text and when someone is writting something and password must not bet visible
imagen

Finally, add email user to form

Website

End Website as front-end and back-end

  • Image of logging.
  • Create directory for HMTL CSS and JS (if it's necessary)
  • Create logging with database with administrator and user.
  • Image logging (it's below) will be on outline.
  • View issue #1 and fixed
  • PHP working
    All Review will be on English and suggestions.

Image

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.