Big Mac - Mac Address Utility

Big Mac - Mac Address Utility

This project came about after exploring with Rust and Javascript, encountering a problem where the built in node.js code will only return to you the first interface that’s plugged in and not just first in general. So I created this solution bridging rust to node.js using a handy little library known as neon, which will programatically generate bindings for your V8 runtime.

It was a fun and interesting look into the future of on the metal libraries interacting with Node.js, and I learned a lot about Rust in the process of making this. I also ended up tooling around with the latest version of electron to see it all in action. Check it out here.