TCP/IP

macabre의 이미지

우선 클라이언트 측에서..
if((send_num = write(sock_desc, frame_data, 230400)) < 0){
printf("Client: Can't send packet..\n\n");
exit(1);
}
으로 하여 서버 측으로 데이터를 전송합니다.

그럼 서버 측에서
while((recv_int = read(client_desc, recv_frame, 60)) != 0)
{
write(rgb_file, recv_frame, 60);
recv_cnt++;
if(recv_cnt == 3840)
break;
}
으로 패킷을 받습니다. 패킷은 다 받는 것 같지만 그 결과가 이미지 파일을 보내는데 약간 변형되어서 저장이 됩니다. send()나
recv() 함수 같은 경우 에는 전혀 되지가 않고요.
TCP/IP를 써서 했는데 check sum 같은건 되는 것 같지만 결과가 영이상하게 나오네요.. 혹시 이상한 점 없나요? 아시는 분은 알려주세요..^^
첨부파일은 원래 오리지널 이미지 파일과 받았을 때 파일입니다.

File attachments: 
첨부파일 크기
파일 Julia_01_320x240.bmp225.05 KB
superkkt의 이미지

macabre wrote:
우선 클라이언트 측에서..
if((send_num = write(sock_desc, frame_data, 230400)) < 0){
printf("Client: Can't send packet..\n\n");
exit(1);
}
으로 하여 서버 측으로 데이터를 전송합니다.

그럼 서버 측에서
while((recv_int = read(client_desc, recv_frame, 60)) != 0)
{
write(rgb_file, recv_frame, 60);
recv_cnt++;
if(recv_cnt == 3840)
break;
}

제가 열심히 질문해서 고수님들께 배운바에 의하면..

서버측에서 read한 다음에 write 하는 부분에서 항상 60바이트로 write를 하는데요.. 60을 실제로 read한 recv_int 값으로 바꿔야 할것 같습니다. 그리고 recv_cnt는 recv_int를 계속 누적시켜서 총 합이 230400이 되면 break 하도록 하구요.

클라이언트에서도 writen 같은 함수를 만들어서 정확히 230400바이트를 write 했을때만 리턴되도록 해야되지 않을까 싶습니다. 경우에 따라 write가 지정한 바이트만큼을 다 쓰지 못하고 리턴되는 경우가 있습니다.

======================
BLOG : http://superkkt.com

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.