albert007_d
|
7 days ago
|
on: Dockerized EaglercraftX home server (browser-only Minecraft on LAN)
I published a guide + repo for running a private EaglercraftX 1.8.8 server at home with Docker:
Blog: https://prolinix.com/blog/eaglercraft-server/
Repo: https://github.com/hackboxguy/eaglercraft-docker
What it does:
Browser-based clients (no native launcher installs)
Local multiplayer for family/home LAN
Persistent worlds/logs via Docker volumes
Optional web admin dashboard (Plan)
Safety-focused setup guidance (LAN-first, no public port exposure)
Important caveat:
Initial build requires internet to fetch server/plugins
After setup, gameplay works on local network without internet
Would love feedback on architecture, security hardening, and reproducibility improvements (pinning/checksum strategy for upstream artifacts).
Not affiliated with Mojang or Microsoft.
albert007_d
|
1 month ago
|
on: I built a low-cost CAN-bus sensor for air quality/light monitoring using ESP32
This solution uses 2pair standard rj11 telephone cable(tested upto 15meters - can be longer) - one pair is for CAN-L/CAN-H and 2nd pair is for dc supply between 6v to 24v, esp32 firmware offers failsafe A/B upgrade mechanism over CAN.
albert007_d
|
3 years ago
Have your pi-4 publishing hello-world message to aws-iot-core in minutes(a kickstart for aws-iot-beginners)
albert007_d
|
6 years ago
|
on: PoE for Raspberry Pi for under $2
Thats the reason why diode is used for protecting the non-PoE switch's Port when raspi is accidentally powered through micro-usb port(or usb-c for pi-4)
albert007_d
|
6 years ago
|
on: PoE for Raspberry Pi for under $2
Thanks, I have updated the blog for the higher current rating of the diode
albert007_d
|
7 years ago
|
on: Home Automation Gateway(Domoticz) with 20$ Pocket Router
Its a low cost homeautomation gateway, you can connect all your wifi enabled sensors/switches/etc to this domoticz gateway. Moreover it doesnt depend on external gateway on the internet. It gives you freedom and security by confining the home devices to your personal wifi space.
albert007_d
|
7 years ago
|
on: Build your own IoT/MQTT node for less than $2
ESP-12f module running with tasmota firmware consumes around 30mA when measured on the 5V side, if you want to go further down, deep-sleep option of ESP8266 is the way to go, but tasmota firmware doesnt support deep-sleep(may be you need node-mcu firmware to achieve sub-mA consumption). There are CR-123 3v battery powered ESP8266 temperature/humidity products which use deep-sleep mode and report the sensor samples every hour so that devices operates atleast a year on battery power(check out shelly H&T product)
albert007_d
|
9 years ago
|
on: Raspberry pi Zero and USB 3G internet and XMPP = awesome IoT device
not sure what is the monthly pricing of this developer sim card. Here in Germany, i use fonic/congstar prepaid sim cards from the super market for 10euro's which comes with 10euro balance. These prepaid sim card's have a data plan of 100MB/30days for just 2Euros. In my xmpp based raspi-IoT solution 100MB per month is sufficient - hence my running cost of this IoT setup is around 2Euros/month.
albert007_d
|
9 years ago
|
on: Raspberry pi Zero and USB 3G internet and XMPP = awesome IoT device
Here in Germany(or in India), its easy to find Huawei-E173 in the price range of 15 to 20 dollars, most of the time i just collect all those used usb-3g-sticks from ebay for a throwaway price of 4-8 dollars.
albert007_d
|
10 years ago
|
on: Sending and Receiving SMS on Linux
I have a ready to use bootable sdcard image for raspberry Pi(built with buildroot). This solution allows you to deploy your raspi and huawei-E173 behind your home router, and access the sms send/receive functionality via google-hangout.
In this setup, you need two google accounts, one for you and second one for your raspi-xmpp-chat-bot. You can have the whole setup up and running within 5minutes.
This project is a opensource hosted on github.
here are the details:
http://albert-david.blogspot.de/2016/01/rbox-remotely-deploy...
Blog: https://prolinix.com/blog/eaglercraft-server/ Repo: https://github.com/hackboxguy/eaglercraft-docker What it does:
Browser-based clients (no native launcher installs) Local multiplayer for family/home LAN Persistent worlds/logs via Docker volumes Optional web admin dashboard (Plan) Safety-focused setup guidance (LAN-first, no public port exposure) Important caveat:
Initial build requires internet to fetch server/plugins After setup, gameplay works on local network without internet Would love feedback on architecture, security hardening, and reproducibility improvements (pinning/checksum strategy for upstream artifacts). Not affiliated with Mojang or Microsoft.