12-21-2015 01:11 PM
I am using the IEEE 802.11 application framework. I am looking at the proper way to get notified by certain events like "802.11 MacChannelState.ind" or "802.11 PhyCcaTiming.ind"
I am using the Python wrapper for the NI FPGA C interface (https://github.com/vpaeder/pynifpga).
Moreover, it is not clear for me how an indicator is mapped to the uint32_t indicator (http://zone.ni.com/reference/en-XX/help/372928G-01/capi/functions_read/).
Best,
12-22-2015 03:48 AM
Hi Zubow,
you can use interrupt functions for event handling.