Successfully reported this slideshow.
We use your LinkedIn profile and activity data to personalize ads and to show you more relevant ads. You can change your ad preferences anytime.

KGC2015_C# 스크립트를 사용한 게임서버 모니터링 시스템개발

5,800 views

Published on

KGC 2015 강연자료
ScriptCS 설명과 활용 예로 게임서버 모니터링 시스템 개발 설명

Published in: Software
  • Sex in your area is here: ❶❶❶ http://bit.ly/2Qu6Caa ❶❶❶
       Reply 
    Are you sure you want to  Yes  No
    Your message goes here
  • Follow the link, new dating source: ❤❤❤ http://bit.ly/2Qu6Caa ❤❤❤
       Reply 
    Are you sure you want to  Yes  No
    Your message goes here
  • DOWNLOAD THIS BOOKS INTO AVAILABLE FORMAT (Unlimited) ......................................................................................................................... ......................................................................................................................... Download Full PDF EBOOK here { https://tinyurl.com/yyxo9sk7 } ......................................................................................................................... Download Full EPUB Ebook here { https://tinyurl.com/yyxo9sk7 } ......................................................................................................................... ACCESS WEBSITE for All Ebooks ......................................................................................................................... Download Full PDF EBOOK here { https://tinyurl.com/yyxo9sk7 } ......................................................................................................................... Download EPUB Ebook here { https://tinyurl.com/yyxo9sk7 } ......................................................................................................................... Download doc Ebook here { https://tinyurl.com/yyxo9sk7 } ......................................................................................................................... ......................................................................................................................... ......................................................................................................................... .............. Browse by Genre Available eBooks ..................................................................................................................................... Art, Biography, Business, Chick Lit, Children's, Christian, Classics, Comics, Contemporary, CookeBOOK Crime, eeBOOK Fantasy, Fiction, Graphic Novels, Historical Fiction, History, Horror, Humor And Comedy, Manga, Memoir, Music, Mystery, Non Fiction, Paranormal, Philosophy, Poetry, Psychology, Religion, Romance, Science, Science Fiction, Self Help, Suspense, Spirituality, Sports, Thriller, Travel, Young Adult,
       Reply 
    Are you sure you want to  Yes  No
    Your message goes here
  • DOWNLOAD THIS BOOKS INTO AVAILABLE FORMAT (Unlimited) ......................................................................................................................... ......................................................................................................................... Download Full PDF EBOOK here { https://tinyurl.com/yyxo9sk7 } ......................................................................................................................... Download Full EPUB Ebook here { https://tinyurl.com/yyxo9sk7 } ......................................................................................................................... ACCESS WEBSITE for All Ebooks ......................................................................................................................... Download Full PDF EBOOK here { https://tinyurl.com/yyxo9sk7 } ......................................................................................................................... Download EPUB Ebook here { https://tinyurl.com/yyxo9sk7 } ......................................................................................................................... Download doc Ebook here { https://tinyurl.com/yyxo9sk7 } ......................................................................................................................... ......................................................................................................................... ......................................................................................................................... .............. Browse by Genre Available eBooks ......................................................................................................................... Art, Biography, Business, Chick Lit, Children's, Christian, Classics, Comics, Contemporary, Cookbooks, Crime, Ebooks, Fantasy, Fiction, Graphic Novels, Historical Fiction, History, Horror, Humor And Comedy, Manga, Memoir, Music, Mystery, Non Fiction, Paranormal, Philosophy, Poetry, Psychology, Religion, Romance, Science, Science Fiction, Self Help, Suspense, Spirituality, Sports, Thriller, Travel, Young Adult,
       Reply 
    Are you sure you want to  Yes  No
    Your message goes here
  • DOWNLOAD THIS BOOKS INTO AVAILABLE FORMAT (Unlimited) ......................................................................................................................... ......................................................................................................................... Download Full PDF EBOOK here { https://tinyurl.com/yyxo9sk7 } ......................................................................................................................... Download Full EPUB Ebook here { https://tinyurl.com/yyxo9sk7 } ......................................................................................................................... ACCESS WEBSITE for All Ebooks ......................................................................................................................... Download Full PDF EBOOK here { https://tinyurl.com/yyxo9sk7 } ......................................................................................................................... Download EPUB Ebook here { https://tinyurl.com/yyxo9sk7 } ......................................................................................................................... Download doc Ebook here { https://tinyurl.com/yyxo9sk7 } ......................................................................................................................... ......................................................................................................................... ......................................................................................................................... .............. Browse by Genre Available eBooks ......................................................................................................................... Art, Biography, Business, Chick Lit, Children's, Christian, Classics, Comics, Contemporary, Cookbooks, Crime, Ebooks, Fantasy, Fiction, Graphic Novels, Historical Fiction, History, Horror, Humor And Comedy, Manga, Memoir, Music, Mystery, Non Fiction, Paranormal, Philosophy, Poetry, Psychology, Religion, Romance, Science, Science Fiction, Self Help, Suspense, Spirituality, Sports, Thriller, Travel, Young Adult,
       Reply 
    Are you sure you want to  Yes  No
    Your message goes here

KGC2015_C# 스크립트를 사용한 게임서버 모니터링 시스템개발

  1. 1. C# 스크립트를 사용한 게임서버 모니터링 시스템 개발간단하고 빠르게 게임서버 모니터링(and 원격 조작) 시스템을 만들어 보자 최흥배 https://github.com/jacking75/choiHeungbae
  2. 2. 1. ScriptCS 소개 및 사용법 2. ScriptCS 활용 예로 ‘게임서버 모니터 링 시스템 개발’ 방법 소개
  3. 3. C++ 보다는 Java, C#, Python, Ruby, Node.js가 더 생산성이 좋다
  4. 4. • 오래 전부터 국내외에서 인하우스 툴 개발에서 사용 • C++(혹은 Java)와 비슷 • 한국 모바일 클라이언트 개발 엔진의 대세는 Unity • Unity == C# C#
  5. 5. 동적 언어 == 생산성 좋음 C# == 정적 언어
  6. 6. 만약 C++, C#, Java만 알고 있는데.. 동적 언어를 배워야 하면... 귀찮고, 시간 부족...
  7. 7. 동적 언어 다 좋은데 문법 에러를 실행 전까지 모름
  8. 8. 그래서 정적 언어와 동적 언어의 장점만 있으면 좋을 것 같음
  9. 9. 다행히 C#에 이런 것이 있음 ScriptCS
  10. 10. http://scriptcs.net/
  11. 11. https://chocolatey.org/
  12. 12. https://github.com/scriptcs/scriptcs/wiki
  13. 13. https://github.com/scriptcs/scriptcs-samples
  14. 14. https://atom.io/
  15. 15. http://www.linqpad.net/
  16. 16. http://www.slideshare.net/FilipW/introduction-to-scriptcs/11
  17. 17. http://www.slideshare.net/FilipW/introduction-to-scriptcs/11
  18. 18. https://github.com/scriptcs/scriptcs/wiki/Script-Packs-master-list ScriptPack
  19. 19. ScriptPack – TCP Networking https://github.com/scriptcs-contrib/scriptcs-net
  20. 20. ScriptPack – GUI https://github.com/hemme/scriptcs-gui
  21. 21. Simple 모니터링 대규모 서비스 운용을 위한 선배들의 조언
  22. 22. 게임 서버 개발 운영 툴, 서버 모니터링(원격 조작) 툴 게임 서버 프로그래머가 주로 하는 일 게임 회사 여직원들. http://webtoon.daum.net/webtoon/viewer/29820
  23. 23. 게임 개발은 바쁘다 그래서 모니터링 툴은 언제나 제일 뒤에.... 그러나 개발 후반부에는 더 바쁘다
  24. 24. 게임 서비스 전 시간이 부족하지만 빨리 만들고 and 유지보수도 좋아야
  25. 25. 그럼 이제 만들어보죠... 게임 서버 모니터링 시스템
  26. 26. 필요한 기능 • 서버 상태 표시 • 관리자 로그인 • 서버 on/off • 서버 실행 파일 update • (미 구현)이상 발생 시 통보하기. sms, 텔레그램, Pushbullet 연동
  27. 27. 구조도 모니터링 서버 Agent Game Server http http http or tcp
  28. 28. 좀 더 응용해보면....  로그 보기  게임 데이터 보기/편집  그 외 다양한 툴
  29. 29. https://github.com/jacking75/kgc2015Demo _ServerMornitoringSystem

×