mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #501] Documentation on how to add new features #269
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#269
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mshafiqsb on GitHub (Aug 8, 2016).
Original GitHub issue: https://github.com/quasar/Quasar/issues/501
Is there any guide line in flowchart form. if this is available then new one will not invent the wheel.
@abdullah2993 commented on GitHub (Aug 9, 2016):
as of right now there aren't any but the process is quite straight forward.
Doprefix for one way operations andGetprefix for Two Way operation (put packets in appropriate folders)CommandHandler)ifstatement inPacketHandlerthat is about it. If you observe the code you will see a consistency regarding the naming and other stuff just try to follow that
@MaxXor commented on GitHub (Aug 9, 2016):
Currently it exists no official flowchart which you can follow to add new features, best thing you can do is to look at the already implemented features and see how they are implemented and where things are referenced and used. @Abdullah2993 described the workflow pretty well, thanks.
@mvrozanti commented on GitHub (Aug 20, 2016):
I'm sorry if this is too noobish of a question but, how would audio-streaming (like the target machine's speakers or microphone) fit in this workflow described by @Abdullah2993 ? Would I need "SoundPackets"?
@MaxXor commented on GitHub (Aug 20, 2016):
You would need ServerPackets to request the start/end of audio-stream and ClientPackets to send the audio data to the Server.
@abdullah2993 commented on GitHub (Aug 24, 2016):
@mvrozanti i have a working version of remote mic..let me push it to my git
@mvrozanti commented on GitHub (Aug 24, 2016):
@Abdullaah2993 oh man thanks I'm having trouble doing it after registering the packets, the client stops working. I'd love to see what you've done
@abdullah2993 commented on GitHub (Aug 30, 2016):
@mvrozanti https://github.com/Abdullah2993/QuasarRAT/tree/dev_dss_mic_trim_wip
it is wiped together version. I'm a little busy for the next 2 days I'll send in a pull request in a few days after fixing the chart control and adding different encodings