get the MAC address ?

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
ludo
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 72
Joined: Mon Dec 03, 2007 6:10 pm

get the MAC address ?

Post by ludo » Mon Jun 06, 2011 7:31 pm

Hello,

How get the MAC address of an IOS device with livecode.

Thanks.

interactbooks
Posts: 65
Joined: Thu Oct 07, 2010 4:47 pm

Re: get the MAC address ?

Post by interactbooks » Sun Oct 07, 2012 4:00 am

Did you ever figure out how to obtain the MAC address of an iOS device?

monte
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1564
Joined: Fri Jan 13, 2012 1:47 am
Contact:

Re: get the MAC address ?

Post by monte » Sun Oct 07, 2012 9:05 pm

Hmm.. My guess is given on desktop we need to use shell to get this info and that won't work then an external would be required. Would be a quick one I think as there's some public domain code on stackoverflow.

Cheers

Monte
LiveCode User Group on Facebook : http://FaceBook.com/groups/LiveCodeUsers/

gpb01
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 281
Joined: Sat Jun 04, 2011 5:41 pm

Re: get the MAC address ?

Post by gpb01 » Mon Oct 08, 2012 6:38 am

monte wrote:Hmm.. My guess is given on desktop we need to use shell to get this info and that won't work then an external would be required...
Hi Monte,
get a look on this : https://bitbucket.org/kenial/nicinfo/overview ... give a lot of useful info that, maybe, an external can return ... ;)

Guglielmo

monte
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1564
Joined: Fri Jan 13, 2012 1:47 am
Contact:

Re: get the MAC address ?

Post by monte » Wed Oct 10, 2012 11:52 am

I probably won't get to this in the short term unless someone funds the development time. I've got other plans I need to work on.
LiveCode User Group on Facebook : http://FaceBook.com/groups/LiveCodeUsers/

monte
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1564
Joined: Fri Jan 13, 2012 1:47 am
Contact:

Re: get the MAC address ?

Post by monte » Wed Oct 17, 2012 6:24 am

mergNIC released today will give you more info about network interfaces than you ever wanted to know. Anyone interested in an OS X version could you please let me know.
LiveCode User Group on Facebook : http://FaceBook.com/groups/LiveCodeUsers/

Post Reply