All Projects → Hunesion → ossFileTransferClient

Hunesion / ossFileTransferClient

Licence: LGPL-2.1, LGPL-2.1 licenses found Licenses found LGPL-2.1 LICENSE LGPL-2.1 COPYING
이 프로젝트는 업무망과 인터넷망으로 분리된 망간자료전송 솔루션의 인터넷망용 클라이언트를 개발합니다.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
CMake
9771 projects
CSS
56736 projects

Projects that are alternatives of or similar to ossFileTransferClient

ImageClipboard.jl
Copy & Paste images with Julia
Stars: ✭ 33 (+83.33%)
Mutual labels:  clipboard
clipper
📋 Cross Platform Desktop App to Save history of all information you copy and use them whenever with a solitary snap
Stars: ✭ 42 (+133.33%)
Mutual labels:  clipboard
json-to-go
将json生成go的数据结构。Online tool that convert JSON to Go.
Stars: ✭ 16 (-11.11%)
Mutual labels:  clipboard
ts3admin.class
The ts3admin.class is a powerful api for communication with Teamspeak 3 Servers from your website! Your creativity knows no bounds!
Stars: ✭ 107 (+494.44%)
Mutual labels:  filetransfer
AsyncClipboardService
📋 An async & low-level windows clipboard service implementation for .NET, C#
Stars: ✭ 14 (-22.22%)
Mutual labels:  clipboard
webcall
The telephone, a supernatural instrument before whose miracles we used to stand amazed, and which we now employ without giving it a thought, to summon our tailor or order an ice cream. --M.Proust
Stars: ✭ 118 (+555.56%)
Mutual labels:  filetransfer
ScreenSharing-FileTransfer-in-LAN
a screen-sharing&FileTransfer software in LAN
Stars: ✭ 89 (+394.44%)
Mutual labels:  filetransfer
nativescript-clipboard
📋 NativeScript plugin to copy stuff to the device clipboard, and read from it again
Stars: ✭ 40 (+122.22%)
Mutual labels:  clipboard
copypasta
Cross-platform Rust system clipboard library
Stars: ✭ 186 (+933.33%)
Mutual labels:  clipboard
cbs
interface to manage clipboard from the command line
Stars: ✭ 25 (+38.89%)
Mutual labels:  clipboard
clipboard-watch
This is height performance clipboard watcher, support windows,osx
Stars: ✭ 21 (+16.67%)
Mutual labels:  clipboard
Json-to-Dart-Model
marketplace.visualstudio.com/items?itemName=hirantha.json-to-dart
Stars: ✭ 84 (+366.67%)
Mutual labels:  clipboard
nvim-hclipboard
Hijack your clipboard in Neovim
Stars: ✭ 19 (+5.56%)
Mutual labels:  clipboard
uniclip
Cross-platform shared clipboard
Stars: ✭ 116 (+544.44%)
Mutual labels:  clipboard
org-rich-yank
📋 Rich text clipboard for org-mode: Paste as a #+BEGIN_SRC block of correct mode, with link to where it came from
Stars: ✭ 59 (+227.78%)
Mutual labels:  clipboard
WinPopclip
Popclip alternative for Windows
Stars: ✭ 76 (+322.22%)
Mutual labels:  clipboard
unlimited-clipboard
simple clipboard manager with unlimited history on electron
Stars: ✭ 21 (+16.67%)
Mutual labels:  clipboard
dokuwiki-plugin-syntaxhighlighter4
SyntaxHighlighter4 plugin for DokuWiki
Stars: ✭ 51 (+183.33%)
Mutual labels:  clipboard
Transporter
Simple file sharing app for elementary OS
Stars: ✭ 44 (+144.44%)
Mutual labels:  filetransfer
fauxClip
Clipboard support for Vim without +clipboard
Stars: ✭ 32 (+77.78%)
Mutual labels:  clipboard

ossFileTransferClient*

이 프로젝트는 업무망과 인터넷망으로 분리된 망간자료전송 솔루션의 인터넷망용 클라이언트를 개발합니다.

개발대상 개방형OS

  • 구름OS
  • 티맥스OS
  • 하모니카OS

망간자료전송 솔루션은 분리된 망(일반적으로 인터넷이 되지 않는 업무망과 인터넷망) 간에 안전하게 파일을 송수신하는 기능을 기본으로 제공하며, 클립보드 연계 및 URL보내기(업무망->인터넷망) 등을 부가적인 편리기능으로 제공합니다. 기존 망간자료전송 솔루션의 클라이언트 프로그램이 윈도우OS 위주로 지원되고 있어 개방형OS를 도입하기 위해서는 탑재해야 하는 필수 보안프로그램 중 하나인 망간자료전송 클라이언트의 개발과 지원이 꼭 필요합니다.

주요 개발항목

  • UI Resource Template
  • Main Application UI
  • 파일 보내기
  • Drag & Drop
  • 파일 받기(UI)
  • 파일 받기(자동)
  • 다운로드 폴더열기
  • 클립보드 수신
  • 클립보드 송신
  • 클립보드 필터링
  • 클립보드 단축키
  • 클립보드 파일 Read/Write
  • URL 수신
  • URL 파일 Read
  • 브라우저 실행
  • IP/MAC Check
  • 메시지 알림
  • WebView
  • IPC 통신(Main <-> WebView)

목표기능은 OS와 GTK 라이브러리의 지원여부에 따라 수정 또는 삭제될 수 있습니다.

시작하기

이 지침에 따라 개발 프로젝트에 참여할 수 있습니다.

빌드하기

ossFileTransferClient를 빌드하려면 WIKI:Build를 참조하십시오.

전제조건

이 프로젝트는 각각의 개방형OS를 공통적으로 지원하기 위해 GTK+ 3.0 기반으로 개발할 예정입니다.

기존 솔루션에 개방형OS 클라이언트를 추가하는 것이므로 윈도우용 클라이언트에서 지원하는 기능을 전환하여 개발합니다. 다만, 기존 윈도우용 클라이언트의 UI 대신에 새로운 UI로 개발하기 위해 신규UI와 이에 따른 설계를 진행하고, 기본적인 UI가 개발되는 시점부터 이를 기반으로 각각의 기능 모듈 단위로 소스를 공개합니다.

기여

CONTRIBUTION.md 파일을 읽어 주십시오. 당사의 행동강령과 요청접수 절차에 대한 자세한 내용을 확인하실 수 있습니다.

라이선스

이 프로젝트는 LGPL 2.1로 라이선스가 부여되었습니다. 자세한 내용은 LICENSE 파일을 참조하십시오.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].