Skip to content

Conversation

@sahilnara99
Copy link

@sahilnara99 sahilnara99 commented Jul 14, 2025

Add Audio File Transfer Application

This is guided to use AFT (Audio File Transfer) sample app to transfer file from RTL8730E board to local PC

  1. We need to connect the local pc and RTL8730E board on same network.
  2. We need to install python on local pc and save the minimal_file_transfer.py file in the local pc (or destination).
  3. Run the Aft app on RTL8730E board.
  4. Run the below command to transfer the file from RTL8730E board to local PC:
    python minimal_file_transfer.py -a -s -t
    i.e. : python minimal_file_transfer.py -a "192.168.1.248" -s D:\check_audio\record2.pcm -t /mnt/record2.pcm

# CONFIG_EXAMPLES_MEMORY_FRAGMENTATION_TEST is not set
# CONFIG_EXAMPLES_NETTEST is not set

CONFIG_EXAMPLES_AFT=y

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should not enabled permanantly

@Taejun-Kwon
Copy link
Contributor

please add very detailed description & you can push python file too.

@jeongarmy
Copy link
Contributor

How about changing the name commonly? It can be used for all files as well as audio files.

# CONFIG_EXAMPLES_MEMORY_FRAGMENTATION_TEST is not set
# CONFIG_EXAMPLES_NETTEST is not set

#CONFIG_EXAMPLES_AFT is not set
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add blank


receive_file(target_addr=args.a, send_file_name=args.s,
target_file_name=args.t)

No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please put extra line

#!/usr/bin/env python3
############################################################################
#
# Copyright 2020 Samsung Electronics All Rights Reserved.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants