mirror of
https://github.com/danog/system-bus-radio.git
synced 2024-12-02 17:28:37 +01:00
Clearer wording
This commit is contained in:
parent
66ef0a6c1b
commit
477c1749e3
12
README.md
12
README.md
@ -10,19 +10,19 @@ Publicly available documents already discuss exfiltration from secured systems u
|
|||||||
|
|
||||||
How to Use It
|
How to Use It
|
||||||
------------------
|
------------------
|
||||||
Enter the `Using _mm_stream_si128` folder and compile using make. (There are also other flavors you can `make` and try in different folders!)
|
Enter the `Using _mm_stream_si128` folder and compile using `make`. (There are also other flavors you can `make` and try in different folders!)
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
Then use a Sony STR-K670P radio receiver with the included antenna and tune it to 1580 kHz on AM.
|
Run this using a 2015 model MacBook Air. Then use a Sony STR-K670P radio receiver with the included antenna and tune it to 1580 kHz on AM.
|
||||||
|
|
||||||
You should hear the "Mary Had a Little Lamb" song playing repeatedly. Other equipment and tuning may work as well. On the equipment above, the author has achieved clear transmission over two meters of open air or one meter through drywall. Different results will be achievable with different equipment.
|
You should hear the "Mary Had a Little Lamb" tune playing repeatedly. Other equipment and tuning may work as well. On the equipment above, the author has achieved clear transmission over two meters of open air or one meter through drywall. Different results will be achievable with different equipment.
|
||||||
|
|
||||||
Are you using an antenna? At the beginning, I placed the antenna directly on top of the number 4 key and that worked best. It was a round antenna. Then once I knew it works I moved the antenna back. Moving it back reduced the number of frequencies that it worked on, and eventually only that one (1580 kHz) worked. Different hardware will certainly have different frequency response. Here are some results that have been sent in by readers. Please mail sbr@phor.net with your results or [edit this file directly ](https://github.com/fulldecent/system-bus-radio/edit/master/TEST-DATA.tsv) and create a pull request.
|
Are you using an antenna? At the beginning, I placed the antenna directly on top of the number 4 key and that worked best. It was a round antenna. Then once I knew it works I moved the antenna back. Moving it back reduced the number of frequencies that it worked on, and eventually only that one (1580 kHz) worked. Different hardware will certainly have different frequency response. Here are some results that have been sent in by readers. Please mail sbr@phor.net with your results or [edit this file directly](https://github.com/fulldecent/system-bus-radio/edit/master/TEST-DATA.tsv) and create a pull request.
|
||||||
|
|
||||||
Technical Explanation
|
Technical Explanation
|
||||||
------------------
|
------------------
|
||||||
Instructions in this program cause electromagnetic radiation to emit from the computer. The emissions are of a broad frequency range. To be accepted by the radio, those frequencies must:
|
This program runs instructions on the computer that cause electromagnetic radiation. The emissions are of a broad frequency range. To be accepted by the radio, those frequencies must:
|
||||||
|
|
||||||
* Be emitted by the computer processor and other subsystems
|
* Be emitted by the computer processor and other subsystems
|
||||||
* Escape the computer shielding
|
* Escape the computer shielding
|
||||||
@ -52,7 +52,7 @@ The program uses square wave modulation, which is depicted below:
|
|||||||
|<->| CARRIER
|
|<->| CARRIER
|
||||||
```
|
```
|
||||||
|
|
||||||
Notes on high precision time APIs for Mac:
|
Notes on high precision time APIs:
|
||||||
|
|
||||||
* Get current time
|
* Get current time
|
||||||
* mach_absolute_time() gives time in int64_t of nanoseconds
|
* mach_absolute_time() gives time in int64_t of nanoseconds
|
||||||
|
Loading…
Reference in New Issue
Block a user