AFAIK processing doesn't have a built in method for returning the user mac address.
So you'll have to deal a bit with java.
I'd suggest to have a look at
NetworkInterface class from java API.
getHardwareAddress() method is what you're looking for.
Then just google "java mac address ".