Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Feature Request: Getting the 2 parts to talk to eachother #11

Open
CCIGAMES opened this issue Nov 27, 2024 · 0 comments
Open

Feature Request: Getting the 2 parts to talk to eachother #11

CCIGAMES opened this issue Nov 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@CCIGAMES
Copy link
Collaborator

Problem

need to get nxdump and wad packer to send files to eachother etc

Current Solution

The files aren't being transferred from switch to wad packer, the NXDump module and WAD packer should be 2 internal pieces of the same software @autopilot

Proposed Solution

#7

Screenshots or Diagrams

No response

Additional Information

Setup Development Environment: Ensure you have the necessary development tools and access to the codebase.

Merge Codebases: Combine the code for nxdump and wad packer into a single project. This might involve moving files and ensuring that both modules are part of the same build process.

Direct Function Calls: Modify the nxdump module to directly call functions in the wad packer module. This will allow for seamless data transfer without the need for intermediate file storage.

Shared Data Structures: Implement shared data structures or objects that both modules can access. This could be done using global variables or shared classes.

Internal API: Create an internal API that allows nxdump to notify wad packer when data is ready. This API should handle data transfer, status updates, and error reporting.

Testing: Thoroughly test the integrated application to ensure that data flows correctly between the modules. Check for any issues or bugs that might arise from the integration.

Documentation: Update any documentation to reflect the changes made during the integration process.

Once you've implemented these changes, you can follow the steps I previously outlined to commit your changes and create a pull request. If you need further guidance on specific coding tasks, feel free to ask!

Disclaimer: This comment was entirely generated using AI. Be aware that the information provided may be incorrect.

Current plan usage: 13.34%

@CCIGAMES CCIGAMES added the enhancement New feature or request label Nov 27, 2024
@Badgerworks-Brewery Badgerworks-Brewery deleted a comment from gitauto-ai bot Nov 27, 2024
@Badgerworks-Brewery Badgerworks-Brewery deleted a comment from codeautopilot bot Nov 27, 2024
@Badgerworks-Brewery Badgerworks-Brewery deleted a comment from codeautopilot bot Nov 27, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant