bridge_init.conf 855 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #
  2. # File: bridge_init.conf
  3. #
  4. #
  5. # Labtool-Bridge configuration file
  6. # Lines that start with # are treated as comments
  7. # Lines that start with % are treated as end of file
  8. # Each line should not exceed 80 characters
  9. # Format: Param_name=value
  10. #
  11. #################################################################################
  12. # Server Port #
  13. Server_port=9930
  14. # Client Port #
  15. Client_port=9931
  16. # WLAN Interface name
  17. WLAN_interface_name="mlan0"
  18. # BT Interface name
  19. BT_interface_name="hci0"
  20. # Protocol (TCP or UDP)
  21. Protocol="TCP"
  22. # serial port
  23. Serial="/dev/ttyAMA0"
  24. # baudrate
  25. BAUD=115200
  26. # bridge mode
  27. Mode="Auto"
  28. # Load script
  29. Load_script="/root/Desktop/load.sh"
  30. # Unload script
  31. Unload_script="/root/Desktop/unload.sh"
  32. # tftp command
  33. tftp_command="tftp 192.168.1.1 -c get "
  34. # default fw name and path
  35. fw="/lib/firmware/mrvl/usb8801_uapsta.bin"
  36. %