https://github.com/tamimehsan/tuition-e
A JavaFX software for screen share, white board, remote controll, chat, file share and lots more
https://github.com/tamimehsan/tuition-e
javafx javagui networking notifications screenshare whiteboard
Last synced: 12 days ago
JSON representation
A JavaFX software for screen share, white board, remote controll, chat, file share and lots more
- Host: GitHub
- URL: https://github.com/tamimehsan/tuition-e
- Owner: TamimEhsan
- License: mit
- Created: 2020-10-15T20:00:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-23T15:41:37.000Z (over 4 years ago)
- Last Synced: 2025-03-27T10:21:17.181Z (30 days ago)
- Topics: javafx, javagui, networking, notifications, screenshare, whiteboard
- Language: Java
- Homepage:
- Size: 31.9 MB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tuition-E
Tuition-E is a Java powered software made for peer to peer network connection using Java, JavaFX, JavaX, SQLite, Jfoenix and I don't know what more!
## Dependencies
- [JDK 11+](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html)
- [JavaFX 11](https://gluonhq.com/products/javafx/) for UI
- [Jfoenix](https://github.com/TamimEhsan/Tuition-E/blob/master/Dependencies/TrayTester.jar) for material design
- [TrayTester](https://github.com/TamimEhsan/Tuition-E/blob/master/Dependencies/TrayTester.jar) for push notifications
- [SQLite JDBC](https://github.com/TamimEhsan/Tuition-E/blob/master/Dependencies/sqlite-jdbc-3.32.3.2.jar) for database connection
- [Sarxos Webcam Capture](https://github.com/TamimEhsan/Tuition-E/blob/master/Dependencies/webcam-capture-0.3.13-20200330.202351-7.jar) for Video Call## Features
- [x] [Screenshare](#screenshare)
- [x] [Remote Control](#remote-control)
- [x] [Whiteboard](#whiteboard)
- [x] [Saving Tasks](#tasks)
- [x] [Chat](#chat)
- [x] [File share](#file-share)
- [ ] [Audio Call](#audio-call)
- [ ] Video Call
- [x] [Profile section](#profile)
- [x] [Notifications](#notifications)
- [x] And lots more
## Setting up a Connection
- The host need to launch his app first
- Then start the server with the start button
- The state of the connection can be refreshed by the refresh button
- Then the client launches his/her app.
- The client app connects automatically and the host side status changes to connected
## Screenshare
Both the user can share their screen with one another using realtime screenshare and view share option. Just click and minimize and do your job. That's it
### Features
- 2:1 display ratio [Can be converted to 1:1]
- Two way share screen
- Seperate Share screen and view share option
## Remote Control
This is a light weight remote control function that allows only mouse click events between peers. And as of such only the host can enable remote control.
### Features
- 2:1 screen display
- Primary and Secondary Mouse event
- Supports multiple click
## Whiteboard
The whiteboard feature allows both the user to share a board and with some handy features the experience would be excellent
### Features
- Sharable whiteboard
- Simultaneous usability by both user
- Toggle annote
- Free writing and drawing
- Both pen and type feature
- Resizable pen/brush tip
- Custom color for pen/brush
- Type tool to write texts
- Resizable texts
- Clear Screen

## Tasks
Used SQLite database here to store the tasks lists.
### Features
- Data persistance
- Add new tasks
- Delete selected task
- Search for task
- Sort by value for any column
- Set date efficiently
## Chat
Chat window features a simple but attractive chat gui where the users can share their thoughts
### Features
- Seperate Sender and Reciever [Left right] message display

## File share
The File share option allows user to upload and download files to and from the peer. The transfer rate is pretty good i guess.
### Features
- Supports all kind of file type
- Changable download directory
- Supports upto 250 MB file with no pressure
## Audio Call
Although not tested ( cause my mic is broken ) this allows the users to directly call each other. The voice gets slightly broken.

## Video Call
Same problem here! My webcam is also broken. Will update this feature asap!
## Profile
The user can change his or her profile section too!
### Features
- Data persistance
- Editable name and description
- Set image from local device
## Notifications
So far the app send notifications for new messages and new file recieved.
### Features
- Push notifications in the lower right corner of screen of type showaAndWait
- In memory saved notification with seperate screen
## Achievements
Finalist in [Haccelerate 2020](https://www.hackerearth.com/challenges/hackathon/hackccelerate-2020/)
Top [14 among 1700+ teams](https://www.hackerearth.com/challenges/hackathon/hackccelerate-2020/custom-tab/shortlisted-teams/#Shortlisted%20Teams)