Skip to content

ThiBsc/FlyNote

Repository files navigation

FlyNote ✏️

Build Status AUR-GIT License: GPLv3

A program to take note on desktop like a Post-It and share on LAN.

FlyNote

Features

  • Add/Delete/Edit note
  • Save the list of notes
  • Share a note on LAN
  • Send to one user
  • Sender's identity
  • Receive notification
  • Markdown Editor

Compile

# require qt5-default
mkdir build
cd build
qmake -config release ../flynote.pro
make

Broadcast test

If you want to test the broadcast receiver, start FlyNote, start a shell and write:

ncat -u 192.168.0.255 45454
# test user connection
user_join:toto
user_left:toto
# test broadcast note
note:{"title":"ncat note", "color":"lightblue", "content":"hello world!", "from":"ncat"}

If you have some trouble with windows, check your firewall.

Icons

Note, add, delete, edit and send icon made by Freepik from Flaticon
Broadcast icon made by smallikeart from Flaticon
User icon made by smashicons from Flaticon