Skip to content

Instantly share code, notes, and snippets.

View Gamer08YT's full-sized avatar
💡

Jan Heil Gamer08YT

💡
View GitHub Profile
//
// Created by Jan Heil on 12.08.2023.
//
#include <HTTPClient.h>
#include "Slave.h"
#include <ArduinoJson.h>
WiFiClient client;
#include <HardwareSerial.h>
/**
* HTTPClient.cpp
*
* Created on: 02.11.2015
*
* Copyright (c) 2015 Markus Sattler. All rights reserved.
* This file is part of the HTTPClient for Arduino.
* Port to ESP32 by Evandro Luis Copercini (2017),
* changed fingerprints to CA verification.
#include <Arduino.h>
#include "Ethernet.h"
#include <ArduinoHA.h>
#define ARDUINOHA_DEBUG;
//#include "ArduinoOTA.h"
//#include "InternalStorage.h"
// Store MAC Address of Device.
byte macIO[] = {

Listeners (mytriox-listener.js)

Example Request to API:

{
  "id": "{% uuid 'v4' %}",
  "channel": "listener",
  "action": "list",
  "filter": {
@Gamer08YT
Gamer08YT / Shell.java
Created May 22, 2022 08:33
Simple Java Socket Shell using MyTrioX Framework.
/*
* Copyright (C) Byte-Store.DE, Inc - All Rights Reserved
*
* Unauthorized copying of this storage, via any medium is strictly prohibited.
*/
import de.bytestore.mytriox.cache.CacheHandler;
import de.bytestore.mytriox.network.server.ServerSocket;
import de.bytestore.mytriox.network.utils.Socket;
package hello.world;
public class HelloWorld {
public static void main(String[] args) {
/*
* @see: Print "Hello World!" with new Line
*/
System.out.println("Hello World!");
}
}
@Gamer08YT
Gamer08YT / index.html
Created August 10, 2018 14:39
Login/Logout animation concept
<div class="cont">
<div class="demo">
<div class="login">
<div class="login__check"></div>
<div class="login__form">
<div class="login__row">
<svg class="login__icon name svg-icon" viewBox="0 0 20 20">
<path d="M0,20 a10,8 0 0,1 20,0z M10,0 a4,4 0 0,1 0,8 a4,4 0 0,1 0,-8" />
</svg>
<input type="text" class="login__input name" placeholder="Username"/>