Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-kev authored Oct 27, 2023
1 parent 572f638 commit 40f77b5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# ChaoticMessages.jl

## Introduction
The package `ChaoticMessages.jl` simulates synchronized chaotic dynamical systems using DifferentialEquations.jl to illustrate how secret messages can be sent using chaos. In particular, the secret messages are embedded into the trajectory of the chaotic dynamical system and synchronization is used to reproduce the secret messages. Binary messages can be sent secretly using parameter modulation. This package is largely based off of the work done in "Circuit implementation of synchronized chaos with applications to communications" by Kevin Cuomo and Alan Oppenheim.
The package `ChaoticMessages.jl` simulates synchronized chaotic dynamical systems using `DifferentialEquations.jl` to illustrate how secret messages can be sent using chaos. In particular, the secret messages are embedded into the trajectory of the chaotic dynamical system and synchronization is used to reproduce the secret messages. This package is largely based off of the work done in "Circuit implementation of synchronized chaos with applications to communications" by Kevin Cuomo and Alan Oppenheim.

## Installation
```julia
julia> ]

(@v1.8) pkg> add https://github.com/ph-kev/ChaoticMessages.jl
```

## Documentation
Documentation can be found at [https://ph-kev.github.io/ChaoticMessages.jl/](https://ph-kev.github.io/ChaoticMessages.jl/).
Expand Down

0 comments on commit 40f77b5

Please sign in to comment.