mirror of
https://git.rtems.org/rtems-tools/
synced 2025-05-14 15:29:42 +08:00

- Uses a config INI file to map clients to servers - Handle a number of requests to a single server's TFTP port (69) and multiplex to a non-su ports or different servers. - Supports running rtems-test to more than one hardware device using TFTP at once.
3 lines
79 B
Python
3 lines
79 B
Python
from .getmac import __version__, get_mac_address
|
|
__all__ = ['get_mac_address']
|