Skip to content

Instantly share code, notes, and snippets.

@janakagamini
janakagamini / ParseProxyObject.java
Last active January 4, 2016 11:01 — forked from jamiechapman/ParseProxyObject.java
Since ParseObject is not Parcelable or Serializable this class makes a best effort to make a copy of a given ParseObject that is Serializable
// By Janaka Jayasuriya, @pinkydoe
// Original By Jamie Chapman, @chappers57
// License: open, do as you wish, just don't blame me if stuff breaks ;-)
package us.peripl.app.util;
import com.parse.ParseFile;
import com.parse.ParseGeoPoint;
import com.parse.ParseObject;
@alessionossa
alessionossa / # WebREPL relay ESP32.md
Last active February 24, 2024 20:32
MicroPython WebREPL relay for remote access

MicroPython WebREPL relay for remote access.

TunnelServer.py

TunnelServer.py hould be executed on a server: it waits on port 12014 for connection from ESP32 and on port 6690 for external connection to forward through TCP tunnel to ESP32.

main.py & boot.py

main.py and boot.py should be loaded on ESP32 board running the latest version of MicroPython.