일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- androidx
- 1인개발자
- 공부집중
- Coroutine
- Linux
- 벤자민플랭클린
- Streaming
- Firebase
- 이모지메모
- Flutter
- 좋은글필사하기
- 이모지
- bash
- 명심보감
- 파이썬
- 장자명언
- 공자명언
- ASMR
- kotlin
- Freesound
- 소울칼리버6
- 넷플릭스
- DART
- 코틀린
- 명언모음
- FSM
- Android
- recyclerview
- jetpack compose
- 오픈소스
Archives
- Today
- Total
목록PythonRPC (1)
Vintage appMaker의 Tech Blog
python에서 간단한 RPC 구현 (Ubuntu <--> Windows)
VintageAppMaker/PythonRPC 파이썬 RPC 구현. Contribute to VintageAppMaker/PythonRPC development by creating an account on GitHub. github.com 해더 #pragma pack(push, 1) // Header 정보 typedef struct tagPacketHeader{ CHAR identify[3]; // 인식자 PSW int length; // 데이터 크기 BYTE encode; // 클라이언트 문자열 인코딩 종류(아직 미정) BYTE req; // 0:shell, 1:python } PacketData; #pragma pack(pop) ubuntu server # -*- coding: utf-8 -*- #..
Source code or Tip/python
2020. 12. 9. 09:59