You are here: Forum Home → ANT Developers Forums → ANT General Questions → Thread
In the technical FAQ of ANT there’s mention of ANT using only an 8 byte network key. So in order to join an ANT network you need an 8 bit network number and said key. From this, we can deduct the following math: (8 Bit + 8 * 8 Bit)2 = 5184 different possible network configurations. The effort to detect the correct combination of number and key using brute force wouldn’t take much time at all
Ian Haigh
The network number is not part of the determination of which network is in use. It is just part of the radio functionality to store multiple network keys and refer to them with an index when setting up the channels. This simplifies the commands between the MCU and radio. The network will behave the same if it is setup with key X on network number 0, 3, 5 etc.
Ian Haigh